took all the rpc includes back out until we can work out _why_ freebsd
authorAndrew Tridgell <tridge@samba.org>
Wed, 26 Aug 1998 02:02:55 +0000 (02:02 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 26 Aug 1998 02:02:55 +0000 (02:02 +0000)
needs them and what should really be there.
(This used to be commit c2bf18fb8d2fea5af86ba8cf5d92b1dc076dd7d5)

source3/include/includes.h

index 4993a29e2b828800ad21b364bd071e3353b9c82b..55c2c1a1de0f360d85ec7e2c1f39bf7df22cec8a 100644 (file)
 #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
-
 #ifndef uchar
 #define uchar unsigned char
 #endif