aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-11-08 23:42:41 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2009-11-08 23:42:41 +0100
commit10b625e18030144f30a68556321a4c3d11fa7e25 (patch)
treebc06f5a5386ace21a90d3ea4dad74be460042afd /config.h.cmake
parent10f27457d36fd39eee5c317d59e6ecfbc898db58 (diff)
downloadlibssh-10b625e18030144f30a68556321a4c3d11fa7e25.tar.gz
libssh-10b625e18030144f30a68556321a4c3d11fa7e25.tar.xz
libssh-10b625e18030144f30a68556321a4c3d11fa7e25.zip
First lines of experimental pcap output support
This will serve to debug packets right under wireshark !
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 b483ea1c..8ef29ff2 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -83,6 +83,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 pcap output support (experimental) */
+#cmakedefine WITH_PCAP 1
+
/* Define to 1 if you want to enable calltrace debug output */
#cmakedefine DEBUG_CALLTRACE 1