From d7cee0a99a62ec98b9e79b7d4cdd75cd0fdff996 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 27 Apr 2001 15:17:16 +0000 Subject: [PATCH] [project @ 2001-04-27 15:17:16 by simonmar] update for new headers --- mk/config.h.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mk/config.h.in b/mk/config.h.in index 4f480eb..d81ca78 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -629,6 +629,9 @@ /* Define if you have the access function. */ #undef HAVE_ACCESS +/* Define if you have the header file. */ +#undef HAVE_ARPA_INET_H + /* Define if you have the dlopen function. */ #undef HAVE_DLOPEN @@ -791,6 +794,12 @@ /* Define if you have the header file. */ #undef HAVE_MEMORY_H +/* Define if you have the header file. */ +#undef HAVE_NETDB_H + +/* Define if you have the header file. */ +#undef HAVE_NETINET_IN_H + /* Define if you have the header file. */ #undef HAVE_NETINET_TCP_H @@ -881,6 +890,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define if you have the header file. */ +#undef HAVE_SYS_UN_H + /* Define if you have the header file. */ #undef HAVE_SYS_UTSNAME_H -- 1.7.10.4