r18784: hopefully fix the BOOL bug on AIX
[tprouty/samba.git] / source / libaddns / dns.h
index a5d5ca04507477641fcf50bb239f7e3636b6e44c..70c6d0bd22af4a4558fee5776d7537e824b083f3 100644 (file)
@@ -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