Author: metze
Date: 2007-10-17 14:02:20 +0000 (Wed, 17 Oct 2007)
New Revision: 25686

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25686

Log:
Added in missing def for AI_ADDRCONFIG.
Jeremy.
(cherry picked from commit 3ef3c3afc3f56b0f4fdb384d55d2e712060fbedf)

Modified:
   branches/SAMBA_4_0/source/lib/replace/getaddrinfo.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/getaddrinfo.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/getaddrinfo.h 2007-10-17 14:02:06 UTC 
(rev 25685)
+++ branches/SAMBA_4_0/source/lib/replace/getaddrinfo.h 2007-10-17 14:02:20 UTC 
(rev 25686)
@@ -78,6 +78,10 @@
 #endif
 #endif
 
+#ifndef AI_ADDRCONFIG
+#define AI_ADDRCONFIG  0x0020
+#endif
+
 #ifndef NI_NUMERICHOST
 #define NI_NUMERICHOST 1
 #endif

Reply via email to