From 6b3c42b1a17956f69ea4a0c345a6b6fcd1429a81 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 13 Sep 2006 13:02:51 +0000 Subject: r18466: Attempt to fix the AIX build (This used to be commit 1398425067d77d90ecf2ed4c17a12d643f7f5a88) --- source3/libads/dns.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/libads') diff --git a/source3/libads/dns.c b/source3/libads/dns.c index 063665d136..c8b3f29507 100644 --- a/source3/libads/dns.c +++ b/source3/libads/dns.c @@ -46,7 +46,9 @@ # define T_A ns_t_a #endif # define T_SRV ns_t_srv +#if !defined(T_NS) /* AIX 5.3 already defines T_NS */ # define T_NS ns_t_ns +#endif #else # ifdef HFIXEDSZ # define NS_HFIXEDSZ HFIXEDSZ -- cgit