comparison src/dnssrv.c @ 11630:33cdc34b3a63

[gaim-migrate @ 13905] This file uses the HEADER thing defined in nameser_compat.h committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 09 Oct 2005 16:26:58 +0000
parents d3b870be8759
children 8d019c4bf454
comparison
equal deleted inserted replaced
11629:f18930698b5c 11630:33cdc34b3a63
21 */ 21 */
22 #include <glib.h> 22 #include <glib.h>
23 #ifndef _WIN32 23 #ifndef _WIN32
24 #include <resolv.h> 24 #include <resolv.h>
25 #include <stdlib.h> 25 #include <stdlib.h>
26 #include <arpa/nameser.h>
26 #include <arpa/nameser_compat.h> 27 #include <arpa/nameser_compat.h>
27 #ifndef T_SRV 28 #ifndef T_SRV
28 #define T_SRV 33 29 #define T_SRV 33
29 #endif 30 #endif
30 #else 31 #else