aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/syshead.h
diff options
context:
space:
mode:
authorArne Schwabe2020-07-17 15:47:36 +0200
committerGert Doering2020-07-21 21:47:13 +0200
commitba66faad5608233f792c3679ebade09ff324a4b3 (patch)
tree0852926397e01b0476fe27070b939d574143d21d /src/openvpn/syshead.h
parent36bef1b52b49ebbc3790635be230e2f30f0532a7 (diff)
downloadopenvpn-ba66faad5608233f792c3679ebade09ff324a4b3.zip
openvpn-ba66faad5608233f792c3679ebade09ff324a4b3.tar.gz
Remove ENABLE_OCC #define
Commit 037669f3dd already made occ being unconditionally on. This commit only removes the #ifdefs Signed-off-by: Arne Schwabe <arne@rfc2549.org> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20200717134739.21168-6-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20442.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'src/openvpn/syshead.h')
-rw-r--r--src/openvpn/syshead.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/openvpn/syshead.h b/src/openvpn/syshead.h
index cafe471..8342eae 100644
--- a/src/openvpn/syshead.h
+++ b/src/openvpn/syshead.h
@@ -570,11 +570,6 @@ socket_defined(const socket_descriptor_t sd)
#endif
/*
- * Should we include OCC (options consistency check) code?
- */
-#define ENABLE_OCC
-
-/*
* Should we include NTLM proxy functionality
*/
#define NTLM 1