summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-04-02 14:54:10 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-04-02 14:54:10 +0000
commitb45c51ec03b86b8fbcae48ec7dda1cd8da56577f (patch)
tree1b55c2aa6a8087ee55b341b810b043bb80e110c0 /h
parent758979088d1023e59e06ca36ab1ee3d172d45e50 (diff)
Explicitly #include <arpa/nameser_compat.h> if it exists.
Diffstat (limited to 'h')
-rw-r--r--h/config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/h/config.h.in b/h/config.h.in
index 33657b5..327936c 100644
--- a/h/config.h.in
+++ b/h/config.h.in
@@ -77,6 +77,8 @@
/* Define if `regcomp' exists and works. */
#undef HAVE_REGCOMP
+/* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
+#undef HAVE_ARPA_NAMESER_COMPAT_H
/* Define to 1 if the `getpgrp' function requires zero arguments. */
#undef GETPGRP_VOID