diff -r 4332f0f7be53 -r acd3cd4aaceb genericopenlibs/openenvcore/include/netdb.h --- a/genericopenlibs/openenvcore/include/netdb.h Thu Aug 19 11:33:45 2010 +0300 +++ b/genericopenlibs/openenvcore/include/netdb.h Tue Aug 31 16:54:36 2010 +0300 @@ -211,9 +211,6 @@ #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */ #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */ #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */ -#ifdef __SYMBIAN32__ -#define AI_V4CONVERTED 0x00001000 -#endif /* special recommended flags for getipnodebyname */ #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)