summaryrefslogtreecommitdiffstats
path: root/syshead.h
diff options
context:
space:
mode:
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