diff options
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 |