comparison 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
comparison
equal deleted inserted replaced
809:8f155eca3612 810:0c2f8ee6be42
1 /* src/config.h.in. Generated from configure.ac by autoheader. */ 1 /* src/config.h.in. Generated from configure.ac by autoheader. */
2
3 /* Define if you wish to enable debug output to terminal. */
4 #undef DEBUG
2 5
3 /* Define to 1 if translation of program messages to the user's native 6 /* Define to 1 if translation of program messages to the user's native
4 language is requested. */ 7 language is requested. */
5 #undef ENABLE_NLS 8 #undef ENABLE_NLS
6 9