e740394
diff --git a/datafile.c b/datafile.c
e740394
index b6274c0..af42948 100644
e740394
--- a/datafile.c
e740394
+++ b/datafile.c
e740394
@@ -21,7 +21,7 @@
e740394
 #include <unistd.h>
e740394
 #include <sys/stat.h>
e740394
 
e740394
-#define ISC_BUFFER_USEINLINE
e740394
+#define ISC_BUFFER_USEINLINE 1
e740394
 
e740394
 #include <isc/buffer.h>
e740394
 #include <isc/mem.h>
e740394
diff --git a/dns.c b/dns.c
e740394
index be16490..fb50710 100644
e740394
--- a/dns.c
e740394
+++ b/dns.c
e740394
@@ -38,7 +38,7 @@
e740394
 #include <stdio.h>
e740394
 #include <string.h>
e740394
 
e740394
-#define ISC_BUFFER_USEINLINE
e740394
+#define ISC_BUFFER_USEINLINE 1
e740394
 
e740394
 #include <isc/base64.h>
e740394
 #include <isc/buffer.h>
e740394
diff --git a/dnsperf.c b/dnsperf.c
e740394
index d4f2b32..c9ec210 100644
e740394
--- a/dnsperf.c
e740394
+++ b/dnsperf.c
e740394
@@ -50,7 +50,7 @@
e740394
 
e740394
 #include <sys/time.h>
e740394
 
e740394
-#define ISC_BUFFER_USEINLINE
e740394
+#define ISC_BUFFER_USEINLINE 1
e740394
 
e740394
 #include <isc/buffer.h>
e740394
 #include <isc/file.h>