From 3131d67cfd50ffeb2fa1cf0af948a4bb9ba6d39f Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Tue, 25 Aug 1998 13:17:04 +0000 Subject: 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) --- source3/include/config.h.in | 15 +++++++++++++++ source3/include/includes.h | 20 ++++++++++++++++++++ 2 files changed, 35 insertions(+) (limited to 'source3/include') 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 header file. */ #undef HAVE_NETINET_TCP_H +/* Define if you have the header file. */ +#undef HAVE_RPC_TYPES_H + +/* Define if you have the header file. */ +#undef HAVE_RPC_XDR_H + +/* Define if you have the header file. */ +#undef HAVE_RPC_AUTH_H + +/* Define if you have the header file. */ +#undef HAVE_RPC_CLNT_H + +/* Define if you have the header file. */ +#undef HAVE_RPCSVC_YP_PROT_H + /* Define if you have the header file. */ #undef HAVE_RPCSVC_YPCLNT_H diff --git a/source3/include/includes.h b/source3/include/includes.h index 5d050bf627..4993a29e2b 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -254,6 +254,26 @@ #include #endif +#ifdef HAVE_RPC_TYPES_H +#include +#endif + +#ifdef HAVE_RPC_XDR_H +#include +#endif + +#ifdef HAVE_RPC_AUTH_H +#include +#endif + +#ifdef HAVE_RPC_CLNT_H +#include +#endif + +#ifdef HAVE_RPCSVC_YP_PROT_H +#include +#endif + #ifdef HAVE_RPCSVC_YPCLNT_H #include #endif -- cgit