From 002a9fe6342c1d62f273634db484ac93db647ca9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 7 Oct 1998 05:58:09 +0000 Subject: - no getdents on OSF1 - try a new method of handling prototype mismatches in wrapped.c. We now try to disable prototypes! (This used to be commit 77aea37bb83f2b9ad541f851b003ca10b9811314) --- source3/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/configure') diff --git a/source3/configure b/source3/configure index adeda77b41..028fd7bdb9 100755 --- a/source3/configure +++ b/source3/configure @@ -1940,7 +1940,7 @@ else fi done -for ac_hdr in sys/acl.h +for ac_hdr in sys/acl.h sys/cdefs.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -4352,7 +4352,7 @@ else fi done -for ac_func in _getdents __getdents _lseek __lseek _read __read +for ac_func in getdents _getdents __getdents _lseek __lseek _read __read do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:4359: checking for $ac_func" >&5 -- cgit