diff src/config.h.in @ 810:0c2f8ee6be42

Make debug output compile-time configurable via --enable-debug. Disabled by default.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 12:52:46 +0200
parents 1fe6005ed58c
children ae1f6418d093
line wrap: on
line diff
--- a/src/config.h.in	Wed Nov 07 12:46:16 2012 +0200
+++ b/src/config.h.in	Wed Nov 07 12:52:46 2012 +0200
@@ -1,5 +1,8 @@
 /* src/config.h.in.  Generated from configure.ac by autoheader.  */
 
+/* Define if you wish to enable debug output to terminal. */
+#undef DEBUG
+
 /* Define to 1 if translation of program messages to the user's native
    language is requested. */
 #undef ENABLE_NLS