ossp-pkg/uuid/uuid.ac 1.2 -> 1.3
--- uuid.ac 2004/01/10 17:01:22 1.2
+++ uuid.ac 2004/01/10 18:50:24 1.3
@@ -68,10 +68,9 @@
AC_CHECK_LIB(inet6, getaddrinfo)
dnl # check for system headers
- AC_CHECK_HEADERS(string.h sys/types.h sys/socket.h netdb.h netinet/in.h net/if.h)
-
- dnl # check for MAC determination on BSD class platforms
- AC_CHECK_HEADERS(ifaddrs.h net/if_dl.h)
+ AC_CHECK_HEADERS(string.h sys/types.h sys/socket.h netdb.h netinet/in.h dnl
+ ifaddrs.h net/if_dl.h net/if_arp.h net/if.h sys/ioctl.h dnl
+ sys/sockio.h arpa/inet.h)
AC_CHECK_FUNCS(getifaddrs)
dnl # check size of built-in types
|
|