From a37fbafcd289b3ed36a02931259e28bf8e064003 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sat, 20 Oct 2001 16:21:05 +0000 Subject: [PATCH] check some more headers we did not check before. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9626ae6c..e88aebe9 100644 --- a/configure.in +++ b/configure.in @@ -57,9 +57,10 @@ dnl Checks for headers AC_HEADER_STDC AC_HEADER_MAJOR AC_HEADER_SYS_WAIT +AC_CHECK_HEADERS(fcntl.h locale.h) +AC_CHECK_HEADERS(sys/mman.h sys/stat.h sys/types.h) AC_CHECK_HEADERS(unistd.h) AC_CHECK_HEADERS(locale.h) -AC_CHECK_HEADERS(sys/mman.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST -- 2.40.0