summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-10-24 13:55:58 -0400
committerLouie S <louie@example.com>2023-10-24 13:55:58 -0400
commit0a2844c40a3907fe1207aed5ce89416dd06c5637 (patch)
tree740b1f3d868c366c63df647623cccc131197527b /config.h.in
parent4cc4ba6bc250e8981a6fb3f6e6b96945a16628e5 (diff)
Added debug configuration option
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
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