diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-08-24 19:13:52 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2009-08-24 19:13:52 +0000 |
commit | fb7aa54a4573c013dcf3e39bacd8c5d03b66b610 (patch) | |
tree | 3787683ac14717d012f200b78fa49354d133796c /syshead.h | |
parent | Added PLATFORM-SPECIFIC comment tag to platform-specific functions (diff) | |
download | openvpn-fb7aa54a4573c013dcf3e39bacd8c5d03b66b610.tar.xz |
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 '')
-rw-r--r-- | syshead.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |