diff options
author | Luke Leighton <lkcl@samba.org> | 1998-08-25 13:17:04 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-08-25 13:17:04 +0000 |
commit | 3131d67cfd50ffeb2fa1cf0af948a4bb9ba6d39f (patch) | |
tree | 220fb6e631c6a3f8ffb75af1214f5a59ec4b79bb /source3/configure | |
parent | 44079f1aeccd5096c497e35c4983c9273b408f20 (diff) | |
download | samba-3131d67cfd50ffeb2fa1cf0af948a4bb9ba6d39f.tar.gz samba-3131d67cfd50ffeb2fa1cf0af948a4bb9ba6d39f.tar.bz2 samba-3131d67cfd50ffeb2fa1cf0af948a4bb9ba6d39f.zip |
added loads of pointless rpcsvc/ and rpc/ include files, all because
rpcsvc/ypclnt.h wants a struct dom_binding. knock-on include effect under
freebsd 2.1.
(This used to be commit d1005b5692e41660a2a7230231b0591aa0773485)
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/configure b/source3/configure index c4c65eca3d..cdb900b7ee 100755 --- a/source3/configure +++ b/source3/configure @@ -1413,7 +1413,7 @@ else fi done -for ac_hdr in unistd.h utime.h grp.h sys/id.h limits.h memory.h net/if.h +for ac_hdr in unistd.h utime.h grp.h sys/id.h limits.h memory.h net/if.h compat.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -1453,7 +1453,7 @@ else fi done -for ac_hdr in compat.h rpcsvc/ypclnt.h sys/param.h ctype.h sys/wait.h +for ac_hdr in rpc/types.h rpc/xdr.h rpc/auth.h rpc/clnt.h rpcsvc/yp_prot.h rpcsvc/ypclnt.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -1493,7 +1493,7 @@ else fi done -for ac_hdr in sys/resource.h sys/ioctl.h sys/mode.h +for ac_hdr in sys/param.h ctype.h sys/wait.h sys/resource.h sys/ioctl.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -1533,7 +1533,7 @@ else fi done -for ac_hdr in sys/filio.h string.h strings.h stdlib.h sys/socket.h +for ac_hdr in sys/mode.h sys/filio.h string.h strings.h stdlib.h sys/socket.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |