From 0a2844c40a3907fe1207aed5ce89416dd06c5637 Mon Sep 17 00:00:00 2001 From: Louie S Date: Tue, 24 Oct 2023 13:55:58 -0400 Subject: Added debug configuration option --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 031bab0..61ea3f8 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Enable debug printing */ +#undef DEBUG + /* Define to 1 if a SysV or X/Open compatible Curses library is present */ #undef HAVE_CURSES -- cgit