summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorMarco d'Itri <md@linux.it>2009-03-01 19:39:42 +0100
committerMarco d'Itri <md@linux.it>2013-03-30 02:31:37 +0100
commit95229c98ad35c7038bdc1fb7002fa2e5e016741e (patch)
tree23750febef50600bc3943ec2ecc1df9727cf6d6f /utils.h
parentbd702922f8ffa8f135896fa3807aa06ee7a11428 (diff)
downloadwhois-95229c98ad35c7038bdc1fb7002fa2e5e016741e.tar.gz
Imported Debian version 4.7.31v4.7.31
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index d16d5c5..f2153fe 100644
--- a/utils.h
+++ b/utils.h
@@ -20,6 +20,10 @@
# define AI_IDN 0
#endif
+#ifndef AI_ADDRCONFIG
+# define AI_ADDRCONFIG 0
+#endif
+
#ifdef HAVE_GETOPT_LONG
# define GETOPT_LONGISH(c, v, o, l, i) getopt_long(c, v, o, l, i)
#else