mirror of
https://github.com/curl/curl.git
synced 2026-06-17 03:55:38 +03:00
T_SRV portability check
This commit is contained in:
parent
5e3796349a
commit
c2ce4e55f0
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue