blob: fbaa6b6949393166e3018f4d79317a5bb540441d (
plain) (
blame)
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
27
28
29
30
31
32
33
34
35
|
--- configure.orig Fri Dec 26 10:29:15 2003
+++ configure Fri Dec 26 10:33:26 2003
@@ -280,6 +280,7 @@
# Factoring default headers for most tests.
ac_includes_default="\
#include <stdio.h>
+#include <sys/param.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
@@ -20317,7 +20318,7 @@
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
-#include <sys/types.h>
+#include <sys/param.h>
#include <sys/mount.h>
#include <sys/fs_types.h>
int
@@ -20493,6 +20494,7 @@
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
+#include <sys/param.h>
#include <sys/mount.h>
_ACEOF
@@ -20539,6 +20541,7 @@
/* end confdefs.h. */
#include <sys/fs_types.h>
+#include <sys/param.h>
#include <sys/mount.h>
_ACEOF
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
|