Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/nsd/dist undef debug
details:   https://anonhg.NetBSD.org/src/rev/fbdc9e7a14ec
branches:  trunk
changeset: 350210:fbdc9e7a14ec
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 07 19:53:21 2017 +0000
description:
undef debug
diffstat:
 external/bsd/nsd/dist/util.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 30cff9910692 -r fbdc9e7a14ec external/bsd/nsd/dist/util.h
--- a/external/bsd/nsd/dist/util.h      Sat Jan 07 19:51:21 2017 +0000
+++ b/external/bsd/nsd/dist/util.h      Sat Jan 07 19:53:21 2017 +0000
@@ -268,6 +268,7 @@
 
 extern unsigned nsd_debug_facilities;
 extern int nsd_debug_level;
+#undef DEBUG   /* XXX */
 #ifdef NDEBUG
 #define DEBUG(facility, level, args)  /* empty */
 #else
Home |
Main Index |
Thread Index |
Old Index