summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-10-16 12:22:58 -0700
committerJeremy Allison <jra@samba.org>2007-10-16 12:22:58 -0700
commit9125bcf77b2a518adc262f657a53a9d3278eeb25 (patch)
treefdc48328f25e80d926d6f48292611ea8a919d6c5
parentce77126e68df65abc063de0ccdaec22cc746203d (diff)
downloadsamba-9125bcf77b2a518adc262f657a53a9d3278eeb25.tar.gz
samba-9125bcf77b2a518adc262f657a53a9d3278eeb25.tar.bz2
samba-9125bcf77b2a518adc262f657a53a9d3278eeb25.zip
Added in missing def for AI_ADDRCONFIG.
Jeremy. (This used to be commit 3ef3c3afc3f56b0f4fdb384d55d2e712060fbedf)
-rw-r--r--source3/lib/replace/getaddrinfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/lib/replace/getaddrinfo.h b/source3/lib/replace/getaddrinfo.h
index ed678bd065..3e1fea8c4c 100644
--- a/source3/lib/replace/getaddrinfo.h
+++ b/source3/lib/replace/getaddrinfo.h
@@ -78,6 +78,10 @@ TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#endif
#endif
+#ifndef AI_ADDRCONFIG
+#define AI_ADDRCONFIG 0x0020
+#endif
+
#ifndef NI_NUMERICHOST
#define NI_NUMERICHOST 1
#endif