From 4991788dc246aa8739d9efa540c6910208842a75 Mon Sep 17 00:00:00 2001 From: dglaude Date: Fri, 30 Nov 2001 17:14:11 +0000 Subject: [PATCH] debug_level... yes but how do we become compatible ;=) --- server/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/main.c b/server/main.c index 30fe884..726ab36 100644 --- a/server/main.c +++ b/server/main.c @@ -82,6 +82,8 @@ char *build_date = __DATE__; #define UNSET_STR "\01" int debug_level; // for compatibility with MtxOrb, lcdm001 and joy drivers. +// I was about to remove the comment in front of this. +// Now how do we become compatible WITHOUT this debug_level ? int lcd_port = UNSET_INT; char bind_addr[64] = UNSET_STR;