added check for some networking headers
This commit is contained in:
9
configure
vendored
9
configure
vendored
@ -15024,6 +15024,15 @@ if test "x$ac_cv_header_net_if_dl_h" = xyes
|
||||
then :
|
||||
printf "%s\n" "#define HAVE_NET_IF_DL_H 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
ac_fn_c_check_header_compile "$LINENO" "netinet/if_ether.h" "ac_cv_header_netinet_if_ether_h" "
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
"
|
||||
if test "x$ac_cv_header_netinet_if_ether_h" = xyes
|
||||
then :
|
||||
printf "%s\n" "#define HAVE_NETINET_IF_ETHER_H 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
ac_fn_c_check_header_compile "$LINENO" "netpacket/packet.h" "ac_cv_header_netpacket_packet_h" "
|
||||
#include <sys/types.h>
|
||||
|
Reference in New Issue
Block a user