add configure check for arpa/nameser.h

This commit is contained in:
Mark 2005-02-11 21:15:11 +00:00
parent 0be007c800
commit e6e6159f00
4 changed files with 9 additions and 0 deletions

2
configure vendored
View file

@ -19914,6 +19914,7 @@ fi
for ac_header in sys/types.h \
@ -19930,6 +19931,7 @@ for ac_header in sys/types.h \
stdlib.h \
stdarg.h \
arpa/inet.h \
arpa/nameser.h \
net/if.h \
netinet/in.h \
netdb.h \

View file

@ -59,6 +59,7 @@ AC_CHECK_HEADERS(
stdlib.h \
stdarg.h \
arpa/inet.h \
arpa/nameser.h \
net/if.h \
netinet/in.h \
netdb.h \

View file

@ -25,6 +25,9 @@
/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
/* Define to 1 if you have the <arpa/nameser.h> header file. */
#undef HAVE_ARPA_NAMESER_H
/* Define to 1 if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H

View file

@ -27,6 +27,9 @@
/* Define to 1 if you have the <arpa/inet.h> header file. */
/* #undef HAVE_ARPA_INET_H */
/* Define to 1 if you have the <arpa/nameser.h> header file. */
/* #undef HAVE_ARPA_NAMESER_H */
/* 'backtrace function available' */
/* #undef HAVE_BACKTRACE */