blob: ee738b76fc1de065c6c33a9b94e77f71b942122a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$NetBSD: patch-cb,v 1.1 2005/03/21 14:44:08 tv Exp $
--- config.hin.orig Thu Mar 11 03:59:16 2004
+++ config.hin
@@ -669,6 +669,9 @@
/* Define to 1 if you have run the test for working tzset. */
#undef HAVE_RUN_TZSET_TEST
+/* Define to 1 if you have the `setgroups' function. */
+#undef HAVE_SETGROUPS
+
/* Define to 1 if you have the `sethostname' function. */
#undef HAVE_SETHOSTNAME
@@ -920,6 +923,9 @@
/* Define if struct stat has an st_dm_mode member. */
#undef HAVE_ST_DM_MODE
+
+/* Define to 1 if you have the `sync' function. */
+#undef HAVE_SYNC
/* Define to 1 if you have the `sysctl' function. */
#undef HAVE_SYSCTL
|