aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 2438b4a..6d4b3b9 100644
--- a/config.h.in
+++ b/config.h.in
@@ -28,6 +28,14 @@
/* Defined if a `byte' is typedef'd */
#undef HAVE_BYTE_TYPEDEF
+/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
+ CoreFoundation framework. */
+#undef HAVE_CFLOCALECOPYCURRENT
+
+/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
+ the CoreFoundation framework. */
+#undef HAVE_CFPREFERENCESCOPYAPPVALUE
+
/* Define to 1 if you have the `dcgettext' function. */
#undef HAVE_DCGETTEXT
@@ -93,6 +101,9 @@
/* Define if your <locale.h> file defines LC_MESSAGES. */
#undef HAVE_LC_MESSAGES
+/* Define if libnm is available */
+#undef HAVE_LIBNM
+
/* Define to 1 if you have the `pam' library (-lpam). */
#undef HAVE_LIBPAM
bgstack15