summaryrefslogtreecommitdiff
path: root/source3/libaddns/dnserr.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libaddns/dnserr.h')
-rw-r--r--source3/libaddns/dnserr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libaddns/dnserr.h b/source3/libaddns/dnserr.h
index eee1303c00..013120b652 100644
--- a/source3/libaddns/dnserr.h
+++ b/source3/libaddns/dnserr.h
@@ -37,7 +37,7 @@
/* Setup the DNS_ERROR typedef. Technique takes from nt_status.h */
-#if defined(HAVE_IMMEDIATE_STRUCTURES)
+#if defined(HAVE_IMMEDIATE_STRUCTURES_XX_DISABLED)
typedef struct {uint32 v;} DNS_ERROR;
#define ERROR_DNS(x) ((DNS_ERROR) { x })
#define ERROR_DNS_V(x) ((x).v)