diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/config.h.in b/config.h.in index 9837c987..2c2902da 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 -/* Define if you have GNU backtrace extensions */ -#undef ENABLE_CRASHTRACE - /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS @@ -21,10 +18,6 @@ the CoreFoundation framework. */ #undef HAVE_CFPREFERENCESCOPYAPPVALUE -/* Define if you have a dbus-glib with - dbus_glib_global_set_disable_legacy_property_access() */ -#undef HAVE_DBUS_GLIB_DISABLE_LEGACY_PROP_ACCESS - /* Define if the GNU dcgettext() function is already present or preinstalled. */ #undef HAVE_DCGETTEXT @@ -47,9 +40,6 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* libnl version */ -#undef HAVE_LIBNL - /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -113,9 +103,6 @@ /* Define to path of the kernel firmware directory */ #undef KERNEL_FIRMWARE_DIR -/* Define this to hack around buggy libnl rtnl_addr caching */ -#undef LIBNL_NEEDS_ADDR_CACHING_WORKAROUND - /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LT_OBJDIR |