summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-05-11 22:08:45 +0200
committerMichael Biebl <biebl@debian.org>2018-05-11 22:08:45 +0200
commitee9c73a923909e23a649407be77e25235d769e25 (patch)
treee21c923621fa278e737da693df9eb60ea31a6067 /config.h.in
parentf60117b41d5433be1b4a96d82cd11d0c3dce9b63 (diff)
New upstream version 1.10.8 upstream/1.10.8
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in28
1 files changed, 9 insertions, 19 deletions
diff --git a/config.h.in b/config.h.in
index d5a12aaf..edec2111 100644
--- a/config.h.in
+++ b/config.h.in
@@ -3,9 +3,6 @@
 /* Define if building universal (internal helper macro) */
 #undef AC_APPLE_UNIVERSAL_BUILD
 
-/* Whether NM is built with address sanitizer */
-#undef ASAN_BUILD
-
 /* Path to ConsoleKit database */
 #undef CKDB_PATH
 
@@ -45,10 +42,6 @@
    don't. */
 #undef HAVE_DECL_GETRANDOM
 
-/* Define to 1 if you have the declaration of `reallocarray', and to 0 if you
-   don't. */
-#undef HAVE_DECL_REALLOCARRAY
-
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #undef HAVE_DLFCN_H
 
@@ -79,6 +72,9 @@
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
+/* Define if nl80211 has critical protocol support */
+#undef HAVE_NL80211_CRITICAL_PROTOCOL_CMDS
+
 /* Define if you have NSS */
 #undef HAVE_NSS
 
@@ -127,6 +123,9 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define if you have VLAN_FLAG_LOOSE_BINDING */
+#undef HAVE_VLAN_FLAG_LOOSE_BINDING
+
 /* Define if you have Linux Wireless Extensions support */
 #undef HAVE_WEXT
 
@@ -227,9 +226,6 @@
 /* The size of `dev_t', as computed by sizeof. */
 #undef SIZEOF_DEV_T
 
-/* The size of `pid_t', as computed by sizeof. */
-#undef SIZEOF_PID_T
-
 /* The size of `time_t', as computed by sizeof. */
 #undef SIZEOF_TIME_T
 
@@ -300,18 +296,9 @@
 /* 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
-
 /* Define if JANSSON is enabled */
 #undef WITH_JANSSON
 
-/* Define if JSON validation in libnm is enabled */
-#undef WITH_JSON_VALIDATION
-
 /* Define if you have libpsl */
 #undef WITH_LIBPSL
 
@@ -324,6 +311,9 @@
 /* Define if you have OpenVSwitch support */
 #undef WITH_OPENVSWITCH
 
+/* whether to compile polkit support */
+#undef WITH_POLKIT
+
 /* Define if you have polkit agent */
 #undef WITH_POLKIT_AGENT