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/include/config.h.in | |
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/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 876fa619d1..dd8e509fad 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -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 |