diff options
| author | Michael Biebl <biebl@debian.org> | 2019-07-31 10:51:42 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-07-31 10:51:42 +0200 |
| commit | 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af (patch) | |
| tree | 86f69d36c56de3074280456eddc854a780b8e04b /config.h.in | |
| parent | 85563b7fc7ec2cd21e38debb9b28db342e2e8e7c (diff) | |
New upstream version 1.19.90 upstream/1.19.90
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/config.h.in b/config.h.in index cb7ded3f..64cd496a 100644 --- a/config.h.in +++ b/config.h.in @@ -110,9 +110,6 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H -/* Define if systemd support is available */ -#undef HAVE_SYSTEMD - /* Define to 1 if you have the <sys/auxv.h> header file. */ #undef HAVE_SYS_AUXV_H @@ -225,12 +222,24 @@ /* The size of `dev_t', as computed by sizeof. */ #undef SIZEOF_DEV_T +/* The size of `gid_t', as computed by sizeof. */ +#undef SIZEOF_GID_T + +/* The size of `ino_t', as computed by sizeof. */ +#undef SIZEOF_INO_T + /* The size of `pid_t', as computed by sizeof. */ #undef SIZEOF_PID_T +/* The size of `rlim_t', as computed by sizeof. */ +#undef SIZEOF_RLIM_T + /* The size of `time_t', as computed by sizeof. */ #undef SIZEOF_TIME_T +/* The size of `uid_t', as computed by sizeof. */ +#undef SIZEOF_UID_T + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -298,9 +307,6 @@ /* Define if you have dhcpcd */ #undef WITH_DHCPCD -/* Define for libnm to prevent GIR from loading libnm-glib */ -#undef WITH_FAKE_TYPELIBS - /* Define to compile without the IWD wifi-backend */ #undef WITH_IWD @@ -322,12 +328,6 @@ /* Define if you have PPP support */ #undef WITH_PPP -/* Whether compilation of ibft setting plugin is enabled */ -#undef WITH_SETTINGS_PLUGIN_IBFT - -/* Define if you have Wi-Fi support */ -#undef WITH_WIFI - /* Define to 1 if on MINIX. */ #undef _MINIX |