mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
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 d1005b5692
)
This commit is contained in:
parent
44079f1aec
commit
3131d67cfd
8
source3/configure
vendored
8
source3/configure
vendored
@ -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
|
||||
|
@ -29,8 +29,8 @@ AC_HEADER_TIME
|
||||
AC_HEADER_SYS_WAIT
|
||||
AC_CHECK_HEADERS(sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h)
|
||||
AC_CHECK_HEADERS(unistd.h utime.h grp.h sys/id.h limits.h memory.h net/if.h)
|
||||
AC_CHECK_HEADERS(compat.h rpcsvc/ypclnt.h sys/param.h ctype.h sys/wait.h)
|
||||
AC_CHECK_HEADERS(sys/resource.h sys/ioctl.h sys/mode.h)
|
||||
AC_CHECK_HEADERS(compat.h rpcsvc/yp_prot.h rpcsvc/ypclnt.h sys/param.h ctype.h )
|
||||
AC_CHECK_HEADERS(sys/wait.hsys/resource.h sys/ioctl.h sys/mode.h)
|
||||
AC_CHECK_HEADERS(sys/filio.h string.h strings.h stdlib.h sys/socket.h)
|
||||
AC_CHECK_HEADERS(sys/mount.h sys/vfs.h sys/fs/s5param.h sys/filsys.h termios.h)
|
||||
AC_CHECK_HEADERS(sys/statfs.h sys/dustat.h sys/statvfs.h stdarg.h sys/sockio.h)
|
||||
|
@ -302,6 +302,21 @@
|
||||
/* Define if you have the <netinet/tcp.h> header file. */
|
||||
#undef HAVE_NETINET_TCP_H
|
||||
|
||||
/* Define if you have the <rpc/types.h> header file. */
|
||||
#undef HAVE_RPC_TYPES_H
|
||||
|
||||
/* Define if you have the <rpc/xdr.h> header file. */
|
||||
#undef HAVE_RPC_XDR_H
|
||||
|
||||
/* Define if you have the <rpc/auth.h> header file. */
|
||||
#undef HAVE_RPC_AUTH_H
|
||||
|
||||
/* Define if you have the <rpc/clnt.h> header file. */
|
||||
#undef HAVE_RPC_CLNT_H
|
||||
|
||||
/* Define if you have the <rpcsvc/yp_prot.h> header file. */
|
||||
#undef HAVE_RPCSVC_YP_PROT_H
|
||||
|
||||
/* Define if you have the <rpcsvc/ypclnt.h> header file. */
|
||||
#undef HAVE_RPCSVC_YPCLNT_H
|
||||
|
||||
|
@ -254,6 +254,26 @@
|
||||
#include <compat.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_RPC_TYPES_H
|
||||
#include <rpc/types.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_RPC_XDR_H
|
||||
#include <rpc/xdr.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_RPC_AUTH_H
|
||||
#include <rpc/auth.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_RPC_CLNT_H
|
||||
#include <rpc/clnt.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_RPCSVC_YP_PROT_H
|
||||
#include <rpcsvc/yp_prot.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_RPCSVC_YPCLNT_H
|
||||
#include <rpcsvc/ypclnt.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user