svn commit: branches/uClibc_0_9_28/include

vapier at uclibc.org vapier at uclibc.org
Sat Apr 19 05:28:39 UTC 2008


Author: vapier
Date: 2008-04-18 22:28:39 -0700 (Fri, 18 Apr 2008)
New Revision: 21768

Log:
update AI flags from trunk (makes newer GNU apps happy)

Modified:
   branches/uClibc_0_9_28/include/netdb.h


Changeset:
Modified: branches/uClibc_0_9_28/include/netdb.h
===================================================================
--- branches/uClibc_0_9_28/include/netdb.h	2008-04-19 05:28:09 UTC (rev 21767)
+++ branches/uClibc_0_9_28/include/netdb.h	2008-04-19 05:28:39 UTC (rev 21768)
@@ -401,6 +401,9 @@
 # define AI_PASSIVE	0x0001	/* Socket address is intended for `bind'.  */
 # define AI_CANONNAME	0x0002	/* Request for canonical name.  */
 # define AI_NUMERICHOST	0x0004	/* Don't use name resolution.  */
+# define AI_V4MAPPED	0x0008  /* IPv4 mapped addresses are acceptable.  */
+# define AI_ALL		0x0010	/* Return IPv4 mapped and IPv6 addresses.  */
+# define AI_ADDRCONFIG	0x0020	/* Use host config to choose ret addr type. */
 
 /* Error values for `getaddrinfo' function.  */
 # define EAI_BADFLAGS	  -1	/* Invalid value for `ai_flags' field.  */




More information about the uClibc-cvs mailing list