1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 02:52:22 +00:00

T_SRV portability check

This commit is contained in:
Yang Tse
2009-09-06 23:46:07 +00:00
parent d2f5bde0db
commit 4cc09c0216

View File

@ -47,6 +47,11 @@
#include "ares_dns.h"
#include "ares_private.h"
/* AIX portability check */
#ifndef T_SRV
# define T_SRV 33 /* server selection */
#endif
int
ares_parse_srv_reply (const unsigned char *abuf, int alen,
struct srv_reply **srv_out, int *nsrvreply)