aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-08-12 10:08:20 +0200
committerAndreas Schneider <mail@cynapses.org>2009-08-12 10:08:20 +0200
commit8e6ab1809fe7c6fa63385790aabb4f1468d1c411 (patch)
tree35ca606a7c3a45af7659d2743ed80ba63be8b0f1 /config.h.cmake
parent86418bfbbe2d6afcd630f93d5858f2d3353e12f9 (diff)
downloadlibssh-8e6ab1809fe7c6fa63385790aabb4f1468d1c411.tar.gz
libssh-8e6ab1809fe7c6fa63385790aabb4f1468d1c411.tar.xz
libssh-8e6ab1809fe7c6fa63385790aabb4f1468d1c411.zip
Enable the debug calltrace by default.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 6986373..ad97b11 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -77,6 +77,9 @@
/* Define to 1 if you want to enable debug output for crypto functions */
#cmakedefine DEBUG_CRYPTO 1
+/* Define to 1 if you want to enable calltrace debug output */
+#cmakedefine DEBUG_CALLTRACE 1
+
/*************************** ENDIAN *****************************/
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most