Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/include/netdb.h,v rcsdiff: /ftp/cvs/cvsroot/src/include/netdb.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.20.2.2 retrieving revision 1.20.2.3 diff -u -p -r1.20.2.2 -r1.20.2.3 --- src/include/netdb.h 2002/06/21 18:17:08 1.20.2.2 +++ src/include/netdb.h 2002/08/27 23:52:36 1.20.2.3 @@ -1,4 +1,4 @@ -/* $NetBSD: netdb.h,v 1.20.2.2 2002/06/21 18:17:08 nathanw Exp $ */ +/* $NetBSD: netdb.h,v 1.20.2.3 2002/08/27 23:52:36 nathanw Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -233,21 +233,6 @@ struct addrinfo { #endif #if !defined(_XOPEN_SOURCE) || (_XOPEN_SOURCE - 0) >= 520 -#define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ -#endif -#if !defined(_XOPEN_SOURCE) -#define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */ -#endif -#if !defined(_XOPEN_SOURCE) || (_XOPEN_SOURCE - 0) >= 520 -#define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */ -#define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */ -#endif -#if !defined(_XOPEN_SOURCE) -/* special recommended flags for getipnodebyname */ -#define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG) -#endif - -#if !defined(_XOPEN_SOURCE) || (_XOPEN_SOURCE - 0) >= 520 /* * Constants for getnameinfo() */