diff options
author | Jeremy Allison <jra@samba.org> | 2007-10-16 12:22:58 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-10-16 12:22:58 -0700 |
commit | 9125bcf77b2a518adc262f657a53a9d3278eeb25 (patch) | |
tree | fdc48328f25e80d926d6f48292611ea8a919d6c5 /source3/lib/replace | |
parent | ce77126e68df65abc063de0ccdaec22cc746203d (diff) | |
download | samba-9125bcf77b2a518adc262f657a53a9d3278eeb25.tar.gz samba-9125bcf77b2a518adc262f657a53a9d3278eeb25.tar.bz2 samba-9125bcf77b2a518adc262f657a53a9d3278eeb25.zip |
Added in missing def for AI_ADDRCONFIG.
Jeremy.
(This used to be commit 3ef3c3afc3f56b0f4fdb384d55d2e712060fbedf)
Diffstat (limited to 'source3/lib/replace')
-rw-r--r-- | source3/lib/replace/getaddrinfo.h | 4 |
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 |