T_SRV portability check
This commit is contained in:
@@ -47,6 +47,11 @@
|
|||||||
#include "ares_dns.h"
|
#include "ares_dns.h"
|
||||||
#include "ares_private.h"
|
#include "ares_private.h"
|
||||||
|
|
||||||
|
/* AIX portability check */
|
||||||
|
#ifndef T_SRV
|
||||||
|
# define T_SRV 33 /* server selection */
|
||||||
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
ares_parse_srv_reply (const unsigned char *abuf, int alen,
|
ares_parse_srv_reply (const unsigned char *abuf, int alen,
|
||||||
struct srv_reply **srv_out, int *nsrvreply)
|
struct srv_reply **srv_out, int *nsrvreply)
|
||||||
|
Reference in New Issue
Block a user