aboutsummaryrefslogtreecommitdiff
path: root/syshead.h
diff options
context:
space:
mode:
Diffstat (limited to 'syshead.h')
-rw-r--r--syshead.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/syshead.h b/syshead.h
index 58e59c6..bb6a62d 100644
--- a/syshead.h
+++ b/syshead.h
@@ -471,6 +471,20 @@ socket_defined (const socket_descriptor_t sd)
#endif
/*
+ * Enable deferred authentication
+ */
+#if defined(ENABLE_PLUGIN) && P2MP_SERVER
+#define ENABLE_DEF_AUTH
+#endif
+
+/*
+ * Enable packet filter
+ */
+#if defined(ENABLE_PLUGIN) && P2MP_SERVER && defined(HAVE_STAT)
+#define ENABLE_PF
+#endif
+
+/*
* Do we have pthread capability?
*/
#ifdef USE_PTHREAD