about summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-09-23 10:10:27 +0200
committerMichael Biebl <biebl@debian.org>2018-09-23 10:10:27 +0200
commite126f3e804c35480c4f075777430419d6ece23da (patch)
tree5d5821ebcda8cd6ac34d2483bb3354910e508930 /config.h.in
parentc240974325c552cad177c457d6ff04e381fd77a3 (diff)
New upstream version 1.12.4 upstream/1.12.4
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in37
1 files changed, 29 insertions, 8 deletions
diff --git a/config.h.in b/config.h.in
index ef7963da..387f39f8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,22 +1,22 @@
 /* config.h.in.  Generated from configure.ac by autoheader.  */
 
+/* Define if building universal (internal helper macro) */
+#undef AC_APPLE_UNIVERSAL_BUILD
+
 /* Whether NM is built with address sanitizer */
 #undef ASAN_BUILD
 
-/* Define path to dhclient */
-#undef DHCLIENT_PATH
-
-/* Define path to dhcpcanon */
-#undef DHCPCANON_PATH
+/* Path to ConsoleKit database */
+#undef CKDB_PATH
 
-/* Define path to dhcpcd */
-#undef DHCPCD_PATH
+/* Define if dhcpcd supports IPv6 (6.x+) */
+#undef DHCPCD_SUPPORTS_IPV6
 
 /* Define to path of dnsmasq binary */
 #undef DNSMASQ_PATH
 
 /* Define to path of unbound dnssec-trigger-script */
-#undef DNSSEC_TRIGGER_PATH
+#undef DNSSEC_TRIGGER_SCRIPT
 
 /* Define to 1 if translation of program messages to the user's native
    language is requested. */
@@ -309,9 +309,15 @@
 /* Define if you have libpsl */
 #undef WITH_LIBPSL
 
+/* Define if you have ModemManager1 support */
+#undef WITH_MODEM_MANAGER_1
+
 /* Define if you have oFono support (experimental) */
 #undef WITH_OFONO
 
+/* Define if you have OpenVSwitch support */
+#undef WITH_OPENVSWITCH
+
 /* Define if you have polkit agent */
 #undef WITH_POLKIT_AGENT
 
@@ -321,9 +327,24 @@
 /* Whether compilation of ibft setting plugin is enabled */
 #undef WITH_SETTINGS_PLUGIN_IBFT
 
+/* Define if you have Teamd control support */
+#undef WITH_TEAMDCTL
+
 /* Define if you have Wi-Fi support */
 #undef WITH_WIFI
 
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+   significant byte first (like Motorola and SPARC, unlike Intel). */
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+#  define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
+#  undef WORDS_BIGENDIAN
+# endif
+#endif
+
 /* Define to 1 if on MINIX. */
 #undef _MINIX