summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-09-08 03:07:17 +0000
committerEric Andersen <andersen@codepoet.org>2004-09-08 03:07:17 +0000
commit4910b36d0447deb57fe15cf13cf904c46fe70899 (patch)
treef243e9e5d7037fb0dbcf7d6dfce6ec5d16e937f7 /include
parentdc58d976c4113fc3277e30ce395afed0affab2e6 (diff)
Doh! As noted by Mike Frysinger I was too agressive at culling stuff
Diffstat (limited to 'include')
-rw-r--r--include/netdb.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/netdb.h b/include/netdb.h
index 084a604ee..4a48d0b97 100644
--- a/include/netdb.h
+++ b/include/netdb.h
@@ -414,6 +414,13 @@ struct addrinfo
# define EAI_ADDRFAMILY -9 /* Address family for NAME not supported. */
# define EAI_MEMORY -10 /* Memory allocation failure. */
# define EAI_SYSTEM -11 /* System error returned in `errno'. */
+# ifdef __USE_GNU
+# define EAI_INPROGRESS -100 /* Processing request in progress. */
+# define EAI_CANCELED -101 /* Request canceled. */
+# define EAI_NOTCANCELED -102 /* Request not canceled. */
+# define EAI_ALLDONE -103 /* All requests done. */
+# define EAI_INTR -104 /* Interrupted by a signal. */
+# endif
# define NI_MAXHOST 1025
# define NI_MAXSERV 32