summaryrefslogtreecommitdiff
path: root/source3/libaddns
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libaddns')
-rw-r--r--source3/libaddns/dns.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/libaddns/dns.h b/source3/libaddns/dns.h
index a04a13bfd9..72cba076d8 100644
--- a/source3/libaddns/dns.h
+++ b/source3/libaddns/dns.h
@@ -180,8 +180,10 @@ void *talloc_zeronull(const void *context, size_t size, const char *name);
/* uggh - no 32 bit type?? probably a CRAY. just hope this works ... */
# define int32 int
# endif
- /* needed to work around compile issue on HP-UX 11.x */
-# define _INT32 1
+# ifndef _INT32
+ /* needed to work around compile issue on HP-UX 11.x */
+# define _INT32 1
+# endif
#endif
/*