summaryrefslogtreecommitdiff
path: root/source3/libaddns
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-21 08:48:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:00:57 -0500
commitbeecb90440af7cb59e31ffc708fdb7ad53932b6b (patch)
treebc998cf43127823325ce302d1f402b40d5282631 /source3/libaddns
parent1260972ec9db776b679ace89bbf0473b9f991128 (diff)
downloadsamba-beecb90440af7cb59e31ffc708fdb7ad53932b6b.tar.gz
samba-beecb90440af7cb59e31ffc708fdb7ad53932b6b.tar.bz2
samba-beecb90440af7cb59e31ffc708fdb7ad53932b6b.zip
r18784: hopefully fix the BOOL bug on AIX
metze (This used to be commit 454d9590de6ff94a1edd7321e26af0f0978a356a)
Diffstat (limited to 'source3/libaddns')
-rw-r--r--source3/libaddns/dns.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/libaddns/dns.h b/source3/libaddns/dns.h
index a5d5ca0450..70c6d0bd22 100644
--- a/source3/libaddns/dns.h
+++ b/source3/libaddns/dns.h
@@ -279,10 +279,9 @@ TXT 16 text strings
typedef long HANDLE;
-#ifndef _BOOL
+#ifndef _UPPER_BOOL
typedef int BOOL;
-
-#define _BOOL /* So we don't typedef BOOL again */
+#define _UPPER_BOOL
#endif