2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Default tracing off.

This commit is contained in:
Mark Andrews
2000-03-20 12:42:35 +00:00
parent e420bc4e0d
commit ac4e7a61a8

View File

@@ -41,7 +41,7 @@
#define VALID_REQUEST(request) ((request) != NULL && \
(request)->magic == REQUEST_MAGIC)
#if 1
#if 0
#define TRACE(x) printf(x)
#else
#define TRACE(x)