summaryrefslogtreecommitdiffstats
path: root/sysdep/config.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-11-29 15:38:34 +0100
committerMartin Mares <mj@ucw.cz>1998-11-29 15:38:34 +0100
commit0cf86f0fc34c7daf020a9189279644af89e273a1 (patch)
treeba8b74026077fb02749bc6bfe0a9d60a2ea2db14 /sysdep/config.h
parent7af99789c78894fa2c7ffce3d7172d6a46c1c0e3 (diff)
downloadbird-0cf86f0fc34c7daf020a9189279644af89e273a1.tar
bird-0cf86f0fc34c7daf020a9189279644af89e273a1.zip
Renamed `DEBUG' symbol to `DEBUGGING' to prevent collisions with token
names and include files.
Diffstat (limited to 'sysdep/config.h')
-rw-r--r--sysdep/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/config.h b/sysdep/config.h
index 27b9da3..90ab8bb 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -13,7 +13,7 @@
/* Include debugging code */
-#define DEBUG
+#define DEBUGGING
/* Types */