diff -r c4aad78f92f5 -r 38bdaa106551 genericopenlibs/openenvcore/include/netdb.h --- a/genericopenlibs/openenvcore/include/netdb.h Tue Sep 14 13:39:11 2010 +0530 +++ b/genericopenlibs/openenvcore/include/netdb.h Tue Sep 14 15:26:30 2010 +0530 @@ -211,6 +211,9 @@ #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)