From 3a0dd79f465715f4b7e807aaf18eaf63391a13fe Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Thu, 22 Mar 2012 13:33:51 +0100 Subject: [PATCH] cmake: add missing debug options WITH_DEBUG_NTLM WITH_DEBUG_RDP --- cmake/ConfigOptions.cmake | 2 ++ config.h.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cmake/ConfigOptions.cmake b/cmake/ConfigOptions.cmake index c02d6c5f1..11c65b3f7 100644 --- a/cmake/ConfigOptions.cmake +++ b/cmake/ConfigOptions.cmake @@ -13,8 +13,10 @@ option(WITH_DEBUG_KBD "Print keyboard related debug messages." OFF) option(WITH_DEBUG_LICENSE "Print license debug messages." OFF) option(WITH_DEBUG_NEGO "Print negotiation related debug messages." OFF) option(WITH_DEBUG_NLA "Print authentication related debug messages." OFF) +option(WITH_DEBUG_NTLM "Print NTLM debug messages" OFF) option(WITH_DEBUG_ORDERS "Print drawing orders debug messages" OFF) option(WITH_DEBUG_RAIL "Print RemoteApp debug messages" OFF) +option(WITH_DEBUG_RDP "Print RDP debug messages" OFF) option(WITH_DEBUG_REDIR "Redirection debug messages" OFF) option(WITH_DEBUG_RFX "Print RemoteFX debug messages." OFF) option(WITH_DEBUG_SCARD "Print smartcard debug messages" OFF) diff --git a/config.h.in b/config.h.in index d258bb2ad..6cdb6b031 100644 --- a/config.h.in +++ b/config.h.in @@ -44,8 +44,10 @@ #cmakedefine WITH_DEBUG_LICENSE #cmakedefine WITH_DEBUG_NEGO #cmakedefine WITH_DEBUG_NLA +#cmakedefine WITH_DEBUG_NTLM #cmakedefine WITH_DEBUG_ORDERS #cmakedefine WITH_DEBUG_RAIL +#cmakedefine WITH_DEBUG_RDP #cmakedefine WITH_DEBUG_REDIR #cmakedefine WITH_DEBUG_RFX #cmakedefine WITH_DEBUG_SCARD