pike.git/
src/
modules/
Yp/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2005-12-19
2005-12-19 20:27:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a479f7f6f06ae174efee54a77fc70165f37d5fcd (
13
lines) (+
11
/-
2
)
[
Show
|
Annotate
]
Branch:
7.6
Backported Autoconf 2.5x fixes from Pike 7.7.
Rev: src/modules/Yp/configure.in:1.12
1:
-
# $Id: configure.in,v 1.
11
2004
/
04
/
14
12
:
06
:
29
grubba Exp $
+
# $Id: configure.in,v 1.
12
2005
/
12
/
19
20
:
27
:
59
grubba Exp $
AC_INIT(yp.c) AC_CONFIG_HEADER(config.h)
6:
AC_CHECK_LIB(nsl, gethostbyname)
-
AC_HAVE_HEADERS(sys/types.h rpc/types.h rpc/rpc.h rpc/clnt.h rpcsvc/ypclnt.h rpcsvc/yp_prot.h)
+
AC_HAVE_HEADERS(sys/types.h rpc/types.h rpc/rpc.h rpc/clnt.h
\
+
rpcsvc/ypclnt.h rpcsvc/yp_prot.h
,,,[
+
#ifdef HAVE_RPC_TYPES_H
+
#include <rpc/types.h>
+
#endif
+
#ifdef HAVE_RPC_RPC_H
+
#include <rpc/rpc.h>
+
#endif
+
]
)
# # yp_order() is