summaryrefslogtreecommitdiffstats
path: root/syshead.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-08-24 19:13:52 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-08-24 19:13:52 +0000
commitfb7aa54a4573c013dcf3e39bacd8c5d03b66b610 (patch)
tree3787683ac14717d012f200b78fa49354d133796c /syshead.h
parentc705be2a36bbf45adf8edc8c3c91b8b74f7dfa70 (diff)
downloadopenvpn-fb7aa54a4573c013dcf3e39bacd8c5d03b66b610.tar.gz
openvpn-fb7aa54a4573c013dcf3e39bacd8c5d03b66b610.tar.xz
openvpn-fb7aa54a4573c013dcf3e39bacd8c5d03b66b610.zip
Added new ./configure flags:
--disable-def-auth Disable deferred authentication --disable-pf Disable internal packet filter git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4852 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'syshead.h')
-rw-r--r--syshead.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/syshead.h b/syshead.h
index 6d9d5f8..b6f3c4e 100644
--- a/syshead.h
+++ b/syshead.h
@@ -494,7 +494,6 @@ socket_defined (const socket_descriptor_t sd)
/*
* Enable deferred authentication?
*/
-#define CONFIGURE_DEF_AUTH /* this should be set by autoconf and config.h */
#if defined(CONFIGURE_DEF_AUTH) && P2MP_SERVER && defined(ENABLE_PLUGIN)
#define PLUGIN_DEF_AUTH
#endif
@@ -508,7 +507,6 @@ socket_defined (const socket_descriptor_t sd)
/*
* Enable packet filter?
*/
-#define CONFIGURE_PF /* this should be set by autoconf and config.h */
#if defined(CONFIGURE_PF) && P2MP_SERVER && defined(ENABLE_PLUGIN) && defined(HAVE_STAT)
#define PLUGIN_PF
#endif