1997-03-04
1997-03-04 21:41:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
6e6fbaedec0f560c0eaa3bdb993767f6fd90cc8c
(10 lines)
(+10/-0)
[
Show
| Annotate
]
Branch: 7.9
Now probably works on FreeBSD.
Rev: src/modules/Yp/configure.in:1.4
Rev: src/modules/Yp/yp.c:1.3
4: Inside #if defined(HAVE_RPCSVC_YPCLNT_H) && defined(HAVE_RPCSVC_YP_PROT_H)
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif /* HAVE_SYS_TYPES_H */
+ #ifdef HAVE_RPC_TYPES_H
+ #include <rpc/types.h>
+ #endif /* HAVE_RPC_TYPES_H */
+ #ifdef HAVE_RPC_RPC_H
+ #include <rpc/rpc.h>
+ #endif /* HAVE_RPC_RPC_H */
+ #ifdef HAVE_RPC_CLNT_H
+ #include <rpc/clnt.h>
+ #endif /* HAVE_RPC_CLNT_H */
#include <rpcsvc/ypclnt.h>
#include <rpcsvc/yp_prot.h>