blob: ea93bae1d58acb15865a8e2d0b716a2c66da2648 (
plain) (
tree)
|
|
--- config.h.in.orig 2015-03-04 15:18:49 UTC
+++ config.h.in
@@ -22,6 +22,9 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Use mkostemp(3) */
+#undef HAVE_MKOSTEMP
+
/* Use pthread primitives */
#undef HAVE_PTHREAD
|