blob: 14f8bedd9ecdf1c348864d8bbe7d1c64cf4ceb91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-config.h.in,v 1.1 2013/09/14 09:06:48 ryoon Exp $
--- config.h.in.orig 2013-09-09 07:15:14.000000000 +0000
+++ config.h.in
@@ -66,6 +66,9 @@
/* Define to 1 if you have the `statvfs' function. */
#undef HAVE_STATVFS
+/* Define to 1 if you have the `mkdtemp' function. */
+#undef HAVE_MKDTEMP
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
|