diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-07 05:58:09 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-07 05:58:09 +0000 |
commit | 002a9fe6342c1d62f273634db484ac93db647ca9 (patch) | |
tree | ceeb93757a28be440a470c628963b4f99b1b7908 /source3/configure | |
parent | 39e9d06e45c4800d3ae225b1de43a9447dbe1d12 (diff) | |
download | samba-002a9fe6342c1d62f273634db484ac93db647ca9.tar.gz samba-002a9fe6342c1d62f273634db484ac93db647ca9.tar.bz2 samba-002a9fe6342c1d62f273634db484ac93db647ca9.zip |
- 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)
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 4 |
1 files changed, 2 insertions, 2 deletions
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 |