add configure check for arpa/nameser.h
This commit is contained in:
parent
0be007c800
commit
e6e6159f00
4 changed files with 9 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Reference in a new issue