The branch, v3-2-test has been updated
via 3ef3c3afc3f56b0f4fdb384d55d2e712060fbedf (commit)
from f6a01b82c5a47957659df08ea84e335dfbba1826 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test
- Log -----------------------------------------------------------------
commit 3ef3c3afc3f56b0f4fdb384d55d2e712060fbedf
Author: Jeremy Allison <[EMAIL PROTECTED]>
Date: Tue Oct 16 12:22:58 2007 -0700
Added in missing def for AI_ADDRCONFIG.
Jeremy.
-----------------------------------------------------------------------
Summary of changes:
source/lib/replace/getaddrinfo.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source/lib/replace/getaddrinfo.h b/source/lib/replace/getaddrinfo.h
index ed678bd..3e1fea8 100644
--- a/source/lib/replace/getaddrinfo.h
+++ b/source/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
--
Samba Shared Repository