blob: 266640f2dfc2a0a23e92ebfa377f48941171868e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ad,v 1.2 1998/08/07 11:10:51 agc Exp $
--- config.h.in.orig Thu Jun 18 06:30:21 1998
+++ config.h.in Sat Jul 4 05:49:12 1998
@@ -133,6 +133,9 @@
/* Define if you have the waitpid function. */
#undef HAVE_WAITPID
+/* Define if you have the mkstemp function. */
+#undef HAVE_MKSTEMP
+
/* Define if you have the <compat.h> header file. */
#undef HAVE_COMPAT_H
|