2009-03-29 00:43:53 +03:00
|
|
|
option(WITH_LIBZ "Build with ZLIB support" ON)
|
2009-02-02 17:44:46 +03:00
|
|
|
option(WITH_SSH1 "Build with SSH1 support" OFF)
|
2009-04-27 14:58:29 +04:00
|
|
|
option(WITH_SFTP "Build with SFTP support" ON)
|
2009-03-29 00:56:28 +03:00
|
|
|
option(WITH_SERVER "Build with SSH server support" ON)
|
2009-03-25 18:01:33 +03:00
|
|
|
option(WITH_STATIC_LIB "Build with a static library" OFF)
|
2009-08-12 12:08:20 +04:00
|
|
|
option(WITH_DEBUG_CRYPTO "Build with cryto debug output" OFF)
|
|
|
|
option(WITH_DEBUG_CALLTRACE "Build with calltrace debug output" ON)
|
2009-09-26 01:31:48 +04:00
|
|
|
option(WITH_GCRYPT "Compile against libgcrypt" OFF)
|
2009-11-27 20:18:12 +03:00
|
|
|
option(WITH_PCAP "Compile with Pcap generation support" ON)
|