diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 60 |
1 files changed, 9 insertions, 51 deletions
diff --git a/config.h.in b/config.h.in index 3d6d1a97..9837c987 100644 --- a/config.h.in +++ b/config.h.in @@ -47,14 +47,8 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Define if you require libnl-1 legacy support */ -#undef HAVE_LIBNL1 - -/* Define if you require specific libnl-2 support */ -#undef HAVE_LIBNL2 - -/* Define if you require specific libnl-3 support */ -#undef HAVE_LIBNL3 +/* libnl version */ +#undef HAVE_LIBNL /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -126,6 +120,9 @@ */ #undef LT_OBJDIR +/* Path to netconfig (if enabled) */ +#undef NETCONFIG_PATH + /* Define the distribution version string */ #undef NM_DIST_VERSION @@ -153,7 +150,7 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define if you have a resolvconf implementation */ +/* Path to resolvconf (if enabled) */ #undef RESOLVCONF_PATH /* Define to 1 if you have the ANSI C header files. */ @@ -162,48 +159,6 @@ /* Define to path to system CA certificates */ #undef SYSTEM_CA_PATH -/* Define if you have Arch */ -#undef TARGET_ARCH - -/* Define if you have Debian */ -#undef TARGET_DEBIAN - -/* Define if you have Exherbo */ -#undef TARGET_EXHERBO - -/* 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 - -/* Define if you have Linux From Scratch */ -#undef TARGET_LFS - -/* Define if you have linexa */ -#undef TARGET_LINEXA - -/* Define if you have Mandriva */ -#undef TARGET_MANDRIVA - -/* Define if you have Paldo */ -#undef TARGET_PALDO - -/* Define if you have Pardus */ -#undef TARGET_PARDUS - -/* Define if you have Fedora or RHEL */ -#undef TARGET_REDHAT - -/* Define if you have Slackware */ -#undef TARGET_SLACKWARE - -/* Define if you have OpenSUSE or SLES */ -#undef TARGET_SUSE - /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #undef TIME_WITH_SYS_TIME @@ -235,6 +190,9 @@ /* Define if you want connectivity checking support */ #undef WITH_CONCHECK +/* Define if you have ModemManager1 support */ +#undef WITH_MODEM_MANAGER_1 + /* Define if you have PolicyKit support */ #undef WITH_POLKIT |