summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-01-22 11:14:15 +0100
committerGuido Günther <agx@sigxcpu.org>2015-01-22 11:14:15 +0100
commit7b59a26ddabc57815755a8a80e646ac388d94b0c (patch)
treeac53c8bbff30012014083fa04b0f4f389d4cea85 /config.h.in
parent0b196d9971e7bde88594b686c55a819237dfa2de (diff)
New upstream version 1.2.12~rc1
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in20
1 files changed, 17 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index b84af21a3..6ae1db391 100644
--- a/config.h.in
+++ b/config.h.in
@@ -190,6 +190,10 @@
whether the gnulib module nonblocking shall be considered present. */
#undef GNULIB_NONBLOCKING
+/* Define to 1 if printf and friends should be labeled with attribute
+ "__gnu_printf__" instead of "__printf__" */
+#undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU
+
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
whether the gnulib module pthread shall be considered present. */
#undef GNULIB_PTHREAD
@@ -1189,6 +1193,9 @@
/* Define to 1 if you have the `uuid' library (-luuid). */
#undef HAVE_LIBUUID
+/* Define to 1 if you have the <libxlutil.h> header file. */
+#undef HAVE_LIBXLUTIL_H
+
/* Define to 1 if you have the `yajl' library (-lyajl). */
#undef HAVE_LIBYAJL
@@ -1675,6 +1682,9 @@
/* Define to 1 if the system has the type `struct utsname'. */
#undef HAVE_STRUCT_UTSNAME
+/* Whether -Wsuggest-attribute=format works */
+#undef HAVE_SUGGEST_ATTRIBUTE_FORMAT
+
/* Define to 1 if you have the 'symlink' function. */
#undef HAVE_SYMLINK
@@ -1801,6 +1811,9 @@
/* Define to 1 if you have the `ttyname_r' function. */
#undef HAVE_TTYNAME_R
+/* whether libudev logging can be used */
+#undef HAVE_UDEV_LOGGING
+
/* Define to 1 if you have the `uname' function. */
#undef HAVE_UNAME
@@ -2056,9 +2069,6 @@
compilation errors when mixed with glibc netinet headers */
#undef NETINET_LINUX_WORKAROUND
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
/* Location or name of the numad program */
#undef NUMAD
@@ -2277,6 +2287,10 @@
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
+/* Use GNU style printf and scanf. */
+#ifndef __USE_MINGW_ANSI_STDIO
+# undef __USE_MINGW_ANSI_STDIO
+#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS