diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 15 |
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 |