summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in30
1 files changed, 10 insertions, 20 deletions
diff --git a/config.h.in b/config.h.in
index d9cdcb45e..a8f786461 100644
--- a/config.h.in
+++ b/config.h.in
@@ -3,27 +3,20 @@
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
-/* Define to 1 if translation of program messages to the user's native
- language is requested. */
+/* always defined to indicate that i18n is enabled */
#undef ENABLE_NLS
/* Gettext package */
#undef GETTEXT_PACKAGE
-/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
- CoreFoundation framework. */
-#undef HAVE_CFLOCALECOPYCURRENT
-
-/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
- the CoreFoundation framework. */
-#undef HAVE_CFPREFERENCESCOPYAPPVALUE
+/* Define to 1 if you have the `bind_textdomain_codeset' function. */
+#undef HAVE_BIND_TEXTDOMAIN_CODESET
/* 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.
- */
+/* Define to 1 if you have the `dcgettext' function. */
#undef HAVE_DCGETTEXT
/* Define to 1 if you have the <dlfcn.h> header file. */
@@ -38,12 +31,15 @@
/* Define if you have libgnutls */
#undef HAVE_GNUTLS
-/* Define if you have the iconv() function and it works. */
-#undef HAVE_ICONV
-
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define if your <locale.h> file defines LC_MESSAGES. */
+#undef HAVE_LC_MESSAGES
+
+/* Define to 1 if you have the <locale.h> header file. */
+#undef HAVE_LOCALE_H
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -114,9 +110,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
@@ -217,9 +210,6 @@
/* Define if you have PPP support */
#undef WITH_PPP
-/* Define if you have WiMAX support */
-#undef WITH_WIMAX
-
/* 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