about summary refs log tree commit diff
path: root/resolv/netdb.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-05 09:38:15 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-05 09:38:15 +0000
commit76b82be4f33714f7ca39db68282493746bd50b31 (patch)
tree10d0b40c7e9ec98a7ea0bc3e642ea6e890aee050 /resolv/netdb.h
parent9382fcee61189ac51a96b29cad75348737f0b47f (diff)
downloadglibc-76b82be4f33714f7ca39db68282493746bd50b31.tar.gz
glibc-76b82be4f33714f7ca39db68282493746bd50b31.tar.xz
glibc-76b82be4f33714f7ca39db68282493746bd50b31.zip
(AI_NUMERICSERV): Define.
Diffstat (limited to 'resolv/netdb.h')
-rw-r--r--resolv/netdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/resolv/netdb.h b/resolv/netdb.h
index 53025ab0ea..7c5c9c9883 100644
--- a/resolv/netdb.h
+++ b/resolv/netdb.h
@@ -583,6 +583,7 @@ struct gaicb
 #  define AI_IDN_USE_STD3_ASCII_RULES 0x0200 /* Validate strings according to
 						STD3 rules.  */
 # endif
+# define AI_NUMERICSERV	0x0400	/* Don't use name resolution.  */
 
 /* Error values for `getaddrinfo' function.  */
 # define EAI_BADFLAGS	  -1	/* Invalid value for `ai_flags' field.  */