diff options
| author | Michael Biebl <biebl@debian.org> | 2017-05-11 14:55:55 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-05-11 14:55:55 +0200 |
| commit | c333f062ddcba9b35330647bf6cbd0a07f2d786e (patch) | |
| tree | 257c3a0c74c09f4ad2328eab5b932806405f0c1c /config.h.in | |
| parent | a222e56e103f949b148a6942e385ccca2c26d9f3 (diff) | |
New upstream version 1.8.0 upstream/1.8.0
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index 71a93990..ff4567ea 100644 --- a/config.h.in +++ b/config.h.in @@ -34,6 +34,10 @@ */ #undef HAVE_DCGETTEXT +/* Define to 1 if you have the declaration of `explicit_bzero', and to 0 if + you don't. */ +#undef HAVE_DECL_EXPLICIT_BZERO + /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H @@ -200,18 +204,27 @@ /* Define to 1 if ConsoleKit is available */ #undef SESSION_TRACKING_CONSOLEKIT +/* Define to 1 if libelogin is available */ +#undef SESSION_TRACKING_ELOGIND + /* Define to 1 if libsystemd-login is available */ #undef SESSION_TRACKING_SYSTEMD /* The size of `dev_t', as computed by sizeof. */ #undef SIZEOF_DEV_T +/* The size of `time_t', as computed by sizeof. */ +#undef SIZEOF_TIME_T + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to 1 to use ConsoleKit2 suspend api */ #undef SUSPEND_RESUME_CONSOLEKIT +/* Define to 1 to use elogind suspend api */ +#undef SUSPEND_RESUME_ELOGIND + /* Define to 1 to use systemd suspend api */ #undef SUSPEND_RESUME_SYSTEMD @@ -267,8 +280,8 @@ /* Define if JANSSON is enabled */ #undef WITH_JANSSON -/* Define if you have libsoup */ -#undef WITH_LIBSOUP +/* Define if you have libpsl */ +#undef WITH_LIBPSL /* Define if you have ModemManager1 support */ #undef WITH_MODEM_MANAGER_1 |