summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2012-03-24 01:37:02 +0100
committerMichael Biebl <biebl@debian.org>2012-03-24 01:37:02 +0100
commitde06e5715e780baade318f3490ac7a4c9ce84e32 (patch)
tree23fbc3fafc12072476eff98bee60100eb54c29db /config.h.in
parentb436a68a20ff3114ded32a7a3d70cdd4954039f9 (diff)
Imported Upstream version 0.9.4.0 upstream/0.9.4.0
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in15
1 files changed, 12 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 2a002e91..2bd16ce8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -107,6 +107,12 @@
 /* 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
+
 /* Define to path of iptables binary */
 #undef IPTABLES_PATH
 
@@ -123,9 +129,6 @@
 /* Define the distribution version string */
 #undef NM_DIST_VERSION
 
-/* Define to disable use of ConsoleKit */
-#undef NO_CONSOLEKIT
-
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
 #undef NO_MINUS_C_MINUS_O
 
@@ -171,6 +174,9 @@
 /* Define if you have Frugalware */
 #undef TARGET_FRUGALWARE
 
+/* Define for a general unknown Linux system */
+#undef TARGET_GENERIC
+
 /* Define if you have Gentoo */
 #undef TARGET_GENTOO
 
@@ -223,6 +229,9 @@
 /* Version number of package */
 #undef VERSION
 
+/* Define if you want connectivity checking support */
+#undef WITH_CONCHECK
+
 /* Define if you have PolicyKit support */
 #undef WITH_POLKIT