summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-11-06 20:57:07 +0100
committerGuido Günther <agx@sigxcpu.org>2012-11-06 20:57:07 +0100
commitf5c8dae70ec1a07d5b97c2c661ec9553321b14bd (patch)
tree223a380c9349da2c7b1cd776804389af060960c2 /config.h.in
parentd3d06ad1f92ef481733f56ad53d35e3264aed19a (diff)
New upstream version 1.0.0
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in24
1 files changed, 14 insertions, 10 deletions
diff --git a/config.h.in b/config.h.in
index 4b8d645ac..79f9ade7f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -148,8 +148,12 @@
#undef GNULIB_MALLOC_GNU
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
- whether the gnulib module mkstemps shall be considered present. */
-#undef GNULIB_MKSTEMPS
+ whether the gnulib module mkostemp shall be considered present. */
+#undef GNULIB_MKOSTEMP
+
+/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
+ whether the gnulib module mkostemps shall be considered present. */
+#undef GNULIB_MKOSTEMPS
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
whether the gnulib module nonblocking shall be considered present. */
@@ -329,11 +333,11 @@
/* Define to 1 when the gnulib module memchr should be tested. */
#undef GNULIB_TEST_MEMCHR
-/* Define to 1 when the gnulib module mkstemp should be tested. */
-#undef GNULIB_TEST_MKSTEMP
+/* Define to 1 when the gnulib module mkostemp should be tested. */
+#undef GNULIB_TEST_MKOSTEMP
-/* Define to 1 when the gnulib module mkstemps should be tested. */
-#undef GNULIB_TEST_MKSTEMPS
+/* Define to 1 when the gnulib module mkostemps should be tested. */
+#undef GNULIB_TEST_MKOSTEMPS
/* Define to 1 when the gnulib module mktime should be tested. */
#undef GNULIB_TEST_MKTIME
@@ -1171,11 +1175,11 @@
/* Define to 1 if you have the 'mempcpy' function. */
#undef HAVE_MEMPCPY
-/* Define to 1 if you have the 'mkstemp' function. */
-#undef HAVE_MKSTEMP
+/* Define to 1 if you have the 'mkostemp' function. */
+#undef HAVE_MKOSTEMP
-/* Define to 1 if you have the 'mkstemps' function. */
-#undef HAVE_MKSTEMPS
+/* Define to 1 if you have the 'mkostemps' function. */
+#undef HAVE_MKOSTEMPS
/* Define to 1 if you have the 'mmap' function. */
#undef HAVE_MMAP