blob: bf8e58f8349cf17b8fb229092d5dd1630d893fc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.7 2005/03/16 16:17:42 rillig Exp $
--- src/include/config.h.in.orig Sun Jan 18 19:01:41 2004
+++ src/include/config.h.in Wed Mar 16 16:59:26 2005
@@ -115,6 +115,8 @@
/* Define to 1 if you have the `RAND_status' function. */
#undef HAVE_RAND_STATUS
+#undef HAVE_READDIR_R
+
/* Define to 1 if you have the `regcomp' function. */
#undef HAVE_REGCOMP
|