Module Name: src
Committed By: christos
Date: Sat Jan 7 19:53:21 UTC 2017
Modified Files:
src/external/bsd/nsd/dist: util.h
Log Message:
undef debug
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/nsd/dist/util.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/nsd/dist/util.h
diff -u src/external/bsd/nsd/dist/util.h:1.1.1.1 src/external/bsd/nsd/dist/util.h:1.2
--- src/external/bsd/nsd/dist/util.h:1.1.1.1 Sat Jan 7 14:42:00 2017
+++ src/external/bsd/nsd/dist/util.h Sat Jan 7 14:53:21 2017
@@ -268,6 +268,7 @@ read_uint64(const void *src)
extern unsigned nsd_debug_facilities;
extern int nsd_debug_level;
+#undef DEBUG /* XXX */
#ifdef NDEBUG
#define DEBUG(facility, level, args) /* empty */
#else