blob: 24837184b23add8cf5df17c35a81cc8f92d0fb73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ab,v 1.1 2004/12/08 08:57:56 minskim Exp $
--- config.h.in.orig 2004-04-07 08:08:10.000000000 -0500
+++ config.h.in
@@ -164,6 +164,9 @@
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
+/* Define to 1 if you have the <sys/statvfs.h> header file. */
+#undef HAVE_SYS_STATVFS_H
+
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
|