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.meson | |
| parent | 85563b7fc7ec2cd21e38debb9b28db342e2e8e7c (diff) | |
New upstream version 1.19.90 upstream/1.19.90
Diffstat (limited to 'config.h.meson')
| -rw-r--r-- | config.h.meson | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/config.h.meson b/config.h.meson index c8f98055..a8c69401 100644 --- a/config.h.meson +++ b/config.h.meson @@ -49,9 +49,6 @@ /* Define to 1 if you have the <sys/auxv.h> header file. */ #mesondefine HAVE_SYS_AUXV_H -/* Define if systemd support is available */ -#mesondefine HAVE_SYSTEMD - /* Define if you have Linux Wireless Extensions support */ #mesondefine HAVE_WEXT @@ -121,14 +118,26 @@ /* Define to 1 if libsystemd-login is available */ #mesondefine SESSION_TRACKING_SYSTEMD +/* The size of `pid_t', as computed by sizeof. */ +#mesondefine SIZEOF_PID_T + +/* The size of `uid_t', as computed by sizeof. */ +#mesondefine SIZEOF_UID_T + +/* The size of `gid_t', as computed by sizeof. */ +#mesondefine SIZEOF_GID_T + /* The size of `dev_t', as computed by sizeof. */ #mesondefine SIZEOF_DEV_T +/* The size of `ino_t', as computed by sizeof. */ +#mesondefine SIZEOF_INO_T + /* The size of `time_t', as computed by sizeof. */ #mesondefine SIZEOF_TIME_T -/* The size of `pid_t', as computed by sizeof. */ -#mesondefine SIZEOF_PID_T +/* The size of `rlim_t', as computed by sizeof. */ +#mesondefine SIZEOF_RLIM_T /* Define to 1 to use ConsoleKit2 suspend api */ #mesondefine SUSPEND_RESUME_CONSOLEKIT @@ -197,9 +206,6 @@ /* Define if you have dhcpcd */ #mesondefine WITH_DHCPCD -/* Define for libnm to prevent GIR from loading libnm-glib */ -#mesondefine WITH_FAKE_TYPELIBS - /* Define if JANSSON is enabled */ #mesondefine WITH_JANSSON @@ -218,12 +224,6 @@ /* Define if you have PPP support */ #mesondefine WITH_PPP -/* Whether compilation of ibft setting plugin is enabled */ -#mesondefine WITH_SETTINGS_PLUGIN_IBFT - -/* Define if you have Wi-Fi support */ -#mesondefine WITH_WIFI - /* Define if you have iwd support */ #mesondefine WITH_IWD |