mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
libreplace: fix bug #6066 - netinet/ip.h present but cannot be compiled
under solaris Michael
This commit is contained in:
parent
692b63e93a
commit
cdab2a4127
@ -7,7 +7,10 @@ LIBREPLACE_NETWORK_OBJS=""
|
||||
LIBREPLACE_NETWORK_LIBS=""
|
||||
|
||||
AC_CHECK_HEADERS(sys/socket.h netinet/in.h netdb.h arpa/inet.h)
|
||||
AC_CHECK_HEADERS(netinet/ip.h netinet/tcp.h netinet/in_systm.h netinet/in_ip.h)
|
||||
AC_CHECK_HEADERS([netinet/ip.h], [], [],[#ifdef HAVE_NETINET_IN_H
|
||||
#include <netinet/in.h>
|
||||
#endif])
|
||||
AC_CHECK_HEADERS(netinet/tcp.h netinet/in_systm.h netinet/in_ip.h)
|
||||
AC_CHECK_HEADERS(sys/sockio.h sys/un.h)
|
||||
|
||||
dnl we need to check that net/if.h really can be used, to cope with hpux
|
||||
|
Loading…
Reference in New Issue
Block a user