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, 20 insertions, 10 deletions
diff --git a/config.h.in b/config.h.in
index a8f786461..d9cdcb45e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -3,20 +3,27 @@
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
-/* always defined to indicate that i18n is enabled */
+/* Define to 1 if translation of program messages to the user's native
+ language is requested. */
#undef ENABLE_NLS
/* Gettext package */
#undef GETTEXT_PACKAGE
-/* Define to 1 if you have the `bind_textdomain_codeset' function. */
-#undef HAVE_BIND_TEXTDOMAIN_CODESET
+/* 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 if you have a dbus-glib with
dbus_glib_global_set_disable_legacy_property_access() */
#undef HAVE_DBUS_GLIB_DISABLE_LEGACY_PROP_ACCESS
-/* Define to 1 if you have the `dcgettext' function. */
+/* Define if the GNU dcgettext() function is already present or preinstalled.
+ */
#undef HAVE_DCGETTEXT
/* Define to 1 if you have the <dlfcn.h> header file. */
@@ -31,15 +38,12 @@
/* 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
@@ -110,6 +114,9 @@
/* 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
@@ -210,6 +217,9 @@
/* 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