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