summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-04-06 12:42:02 +0200
committerGuido Günther <agx@sigxcpu.org>2011-04-06 12:42:02 +0200
commita91c8f6f163289d7e57930c5dcf1fb7f495fd724 (patch)
treeede58cf84dc62cdc083a64f39120fae890bad0e0 /config.h.in
parent77fc1c5a839cf30f188321feba8cc630cc576a33 (diff)
New upstream version 0.9.0
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in45
1 files changed, 45 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 35d857aae..d41a433e5 100644
--- a/config.h.in
+++ b/config.h.in
@@ -225,6 +225,12 @@
/* Define to 1 when the gnulib module send should be tested. */
#undef GNULIB_TEST_SEND
+/* Define to 1 when the gnulib module setenv should be tested. */
+#undef GNULIB_TEST_SETENV
+
+/* Define to 1 when the gnulib module setlocale should be tested. */
+#undef GNULIB_TEST_SETLOCALE
+
/* Define to 1 when the gnulib module setsockopt should be tested. */
#undef GNULIB_TEST_SETSOCKOPT
@@ -335,9 +341,17 @@
/* whether capng is available for privilege reduction */
#undef HAVE_CAPNG
+/* 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 `cfmakeraw' function. */
#undef HAVE_CFMAKERAW
+/* 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 `chown' function. */
#undef HAVE_CHOWN
@@ -431,6 +445,10 @@
don't. */
#undef HAVE_DECL_PUTC_UNLOCKED
+/* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
+ */
+#undef HAVE_DECL_SETENV
+
/* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
*/
#undef HAVE_DECL_SLEEP
@@ -602,6 +620,12 @@
/* Define to 1 if you have the `kill' function. */
#undef HAVE_KILL
+/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
+#undef HAVE_LANGINFO_CODESET
+
+/* Define if your <locale.h> file defines LC_MESSAGES. */
+#undef HAVE_LC_MESSAGES
+
/* Define to 1 if you have the `apparmor' library (-lapparmor). */
#undef HAVE_LIBAPPARMOR
@@ -717,6 +741,9 @@
/* Define to 1 if you have the <net/ethernet.h> header file. */
#undef HAVE_NET_ETHERNET_H
+/* Define to 1 if you have the `newlocale' function. */
+#undef HAVE_NEWLOCALE
+
/* whether numactl is available for topology info */
#undef HAVE_NUMACTL
@@ -830,12 +857,21 @@
/* Define to 1 if you have the <sched.h> header file. */
#undef HAVE_SCHED_H
+/* Define to 1 if you have the <search.h> header file. */
+#undef HAVE_SEARCH_H
+
/* whether basic SELinux functionality is available */
#undef HAVE_SELINUX
/* Define to 1 if you have the <selinux/label.h> header file. */
#undef HAVE_SELINUX_LABEL_H
+/* Define to 1 if you have the `setenv' function. */
+#undef HAVE_SETENV
+
+/* Define to 1 if you have the `setlocale' function. */
+#undef HAVE_SETLOCALE
+
/* Define to 1 if you have the `shutdown' function. */
#undef HAVE_SHUTDOWN
@@ -1070,6 +1106,9 @@
/* Define if struct tm has the tm_gmtoff member. */
#undef HAVE_TM_GMTOFF
+/* Define to 1 if you have the `tsearch' function. */
+#undef HAVE_TSEARCH
+
/* use UDEV for host device enumeration */
#undef HAVE_UDEV
@@ -1085,6 +1124,9 @@
/* Define to 1 if the system has the type `unsigned long long int'. */
#undef HAVE_UNSIGNED_LONG_LONG_INT
+/* Define to 1 if you have the `uselocale' function. */
+#undef HAVE_USELOCALE
+
/* Define to 1 if you have the `usleep' function. */
#undef HAVE_USLEEP
@@ -1142,6 +1184,9 @@
/* Define to 1 if you have the <xen/xen.h> header file. */
#undef HAVE_XEN_XEN_H
+/* Define to 1 if you have the <xlocale.h> header file. */
+#undef HAVE_XLOCALE_H
+
/* Have query_raw field in libxml2 xmlURI structure */
#undef HAVE_XMLURI_QUERY_RAW