diff options
| author | Michael Biebl <biebl@debian.org> | 2016-08-26 02:18:32 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-08-26 02:18:32 +0200 |
| commit | 7514efc2f38c9ace4557d4e69d68e7d380389030 (patch) | |
| tree | 7fb00fda86cfcc2ca377f191633a7cfdbfea7ca3 /config.h.in | |
| parent | d6201f5d8daada3d64a0a3e0038e14eebec683ce (diff) | |
Imported Upstream version 1.4.0 upstream/1.4.0
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 8f8fa7c0..db8c135f 100644 --- a/config.h.in +++ b/config.h.in @@ -62,6 +62,9 @@ /* Define if you have libaudit support */ #undef HAVE_LIBAUDIT +/* Define to 1 if libsystemd is available */ +#undef HAVE_LIBSYSTEMD + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -216,6 +219,9 @@ /* Define to 1 to use systemd suspend api */ #undef SUSPEND_RESUME_SYSTEMD +/* Define to 1 to use UPower suspend api */ +#undef SUSPEND_RESUME_UPOWER + /* Define to 1 if libsystemd-journald is available */ #undef SYSTEMD_JOURNAL @@ -259,12 +265,18 @@ /* Define if you have dhcpcd */ #undef WITH_DHCPCD +/* Define if JANSSON is enabled */ +#undef WITH_JANSSON + /* Define if you have libsoup */ #undef WITH_LIBSOUP /* Define if you have ModemManager1 support */ #undef WITH_MODEM_MANAGER_1 +/* Define if you have oFono support (experimental) */ +#undef WITH_OFONO + /* whether to compile polkit support */ #undef WITH_POLKIT |