diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-05 20:08:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-05 20:08:15 +0000 |
commit | 243a45d8405560a888925d83e5f8095c5238c10b (patch) | |
tree | 60de22f0e171c6d9cbbd8fba2d663f4d5afd52d9 | |
parent | 60ec804047bca66d312ea1d3329d5a047f51ea52 (diff) |
check for the arpa/* headers
-rw-r--r-- | ares/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ares/configure.ac b/ares/configure.ac index 962ee20f2..b28c892d1 100644 --- a/ares/configure.ac +++ b/ares/configure.ac @@ -67,6 +67,8 @@ AC_CHECK_HEADERS( sys/socket.h \ winsock.h \ netinet/in.h \ + arpa/nameser.h \ + arpa/nameser_compat.h ) dnl check for AF_INET6 |