blob: 8bc83745f13eb9e106744a43a11dc443efb6e4a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ac,v 1.2 2006/10/17 20:28:01 schwarz Exp $
--- config.h.in.orig 2006-03-05 20:30:04.000000000 +0100
+++ config.h.in 2006-10-17 21:24:16.000000000 +0200
@@ -246,6 +246,9 @@
/* Define if you have the <sys/vfs.h> header file. */
#undef HAVE_SYS_VFS_H
+/* Define if you have the `sync' function. */
+#undef HAVE_SYNC
+
/* Define if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
|