comparison libpurple/dnssrv.c @ 23212:1e87376e77f2

merge of '50ee8ea93d28a742019b72de39c81427af3ca785' and 'e7d6a0a271d8fe8435f200e0f1ec123053e57493'
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 27 May 2008 01:38:35 +0000
parents 313b87adb730
children fae699fece1f affaa4c4836e
comparison
equal deleted inserted replaced
23211:bda7c7c4d4b2 23212:1e87376e77f2
23 23
24 #include "internal.h" 24 #include "internal.h"
25 #include "util.h" 25 #include "util.h"
26 26
27 #ifndef _WIN32 27 #ifndef _WIN32
28 #include <arpa/nameser.h>
28 #include <resolv.h> 29 #include <resolv.h>
29 #include <arpa/nameser.h>
30 #ifdef HAVE_ARPA_NAMESER_COMPAT_H 30 #ifdef HAVE_ARPA_NAMESER_COMPAT_H
31 #include <arpa/nameser_compat.h> 31 #include <arpa/nameser_compat.h>
32 #endif 32 #endif
33 #ifndef T_SRV 33 #ifndef T_SRV
34 #define T_SRV 33 34 #define T_SRV 33