blob: 8f6e681514f9fee5402d04d839cbff99b4135eb0 (
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
25
26
|
$NetBSD: patch-am,v 1.4 2006/02/24 19:12:18 joerg Exp $
--- config.h.in.orig 2006-02-24 18:59:41.000000000 +0000
+++ config.h.in
@@ -99,8 +99,10 @@
/* Define if you have the statfs function. */
#undef HAVE_STATFS
+#if !defined(__DragonFly__)
/* Define if you have the statvfs function. */
#undef HAVE_STATVFS
+#endif
/* Define if you have the strcasecmp function. */
#undef HAVE_STRCASECMP
@@ -186,8 +188,10 @@
/* Define if you have the <sys/quota.h> header file. */
#undef HAVE_SYS_QUOTA_H
+#if !defined(__DragonFly__)
/* Define if you have the <sys/statvfs.h> header file. */
#undef HAVE_SYS_STATVFS_H
+#endif
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
|