diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-05 09:38:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-05 09:38:15 +0000 |
commit | 76b82be4f33714f7ca39db68282493746bd50b31 (patch) | |
tree | 10d0b40c7e9ec98a7ea0bc3e642ea6e890aee050 | |
parent | 9382fcee61189ac51a96b29cad75348737f0b47f (diff) | |
download | glibc-76b82be4f33714f7ca39db68282493746bd50b31.tar glibc-76b82be4f33714f7ca39db68282493746bd50b31.tar.gz glibc-76b82be4f33714f7ca39db68282493746bd50b31.tar.bz2 glibc-76b82be4f33714f7ca39db68282493746bd50b31.zip |
(AI_NUMERICSERV): Define.
-rw-r--r-- | resolv/netdb.h | 1 |
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. */ |