aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake.in
diff options
context:
space:
mode:
authorFrank Lichtenheld2023-12-30 15:38:17 +0100
committerGert Doering2023-12-30 16:13:29 +0100
commit1da3496abce6c4380651fdf79c1d599750964ef2 (patch)
treefea007e111138325ec8547f003941a1a77bd8d3f /config.h.cmake.in
parent139607286ce5d618ece8b17923ce12f418695f4c (diff)
downloadopenvpn-1da3496abce6c4380651fdf79c1d599750964ef2.zip
openvpn-1da3496abce6c4380651fdf79c1d599750964ef2.tar.gz
configure: allow to disable NTLM
Since we want to get rid of it, might be useful to allow users to remove the support completely. Change-Id: I199f83e2db5fc7c48a0ac9280cdbf9fa45f42300 Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com> Acked-by: Arne Schwabe <arne-openvpn@rfc2549.org> Message-Id: <20231230143817.4880-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27863.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'config.h.cmake.in')
-rw-r--r--config.h.cmake.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake.in b/config.h.cmake.in
index 6c846f2..2cdfdcc 100644
--- a/config.h.cmake.in
+++ b/config.h.cmake.in
@@ -35,6 +35,9 @@
/* Enable LZO compression library */
#cmakedefine ENABLE_LZO
+/* Enable NTLMv2 proxy support */
+#define ENABLE_NTLM 1
+
/* Enable management server capability */
#define ENABLE_MANAGEMENT 1