blob: 8101101932ccdc42061781dac536ef892d95d9fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ao,v 1.2 2004/08/31 15:47:56 jmmv Exp $
--- config.h.in.orig 2004-08-22 15:50:43.000000000 +0200
+++ config.h.in
@@ -180,6 +180,9 @@
/* Define to 1 if you have the `setlocale' function. */
#undef HAVE_SETLOCALE
+/* Define to 1 if you have the `statvfs' function. */
+#undef HAVE_STATVFS
+
/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H
|