diff options
author | Marco d'Itri <md@linux.it> | 2009-03-01 19:39:42 +0100 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:37 +0100 |
commit | 95229c98ad35c7038bdc1fb7002fa2e5e016741e (patch) | |
tree | 23750febef50600bc3943ec2ecc1df9727cf6d6f /utils.h | |
parent | bd702922f8ffa8f135896fa3807aa06ee7a11428 (diff) | |
download | whois-95229c98ad35c7038bdc1fb7002fa2e5e016741e.tar.gz |
Imported Debian version 4.7.31v4.7.31
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |