From 8a6db7a7d5f980a2a175fa24bfd9ae491f7d5a9c Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 17 Jan 2001 18:18:48 +0000 Subject: Sigh. Not all systems have - for example, at least some libc5 Linux systems don't - so we have to check whether it exists, and include it only if it does. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index af77d5b..f012a9d 100644 --- a/config.h.in +++ b/config.h.in @@ -21,6 +21,9 @@ /* Define if you have the header file. */ #undef HAVE_IFADDRS_H +/* Define if you have the header file. */ +#undef HAVE_NETINET_IF_ETHER_H + /* Define if you have the header file. */ #undef HAVE_NETPACKET_PACKET_H -- cgit v1.2.3