aboutsummaryrefslogtreecommitdiff
path: root/zenserver/config.h
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-11-01 18:37:29 +0100
committerStefan Boberg <[email protected]>2021-11-01 18:37:29 +0100
commitb4c6c459dbb7acb0d50b617750a706d9eb07f3eb (patch)
tree6edb679ca494e6f4639bea3f9ad6f5d71a761aaa /zenserver/config.h
parentcidstore: implemented validation of data during index initialization (diff)
downloadzen-b4c6c459dbb7acb0d50b617750a706d9eb07f3eb.tar.xz
zen-b4c6c459dbb7acb0d50b617750a706d9eb07f3eb.zip
projectstore: added validation of oplog data during initialization
also added validation during writing
Diffstat (limited to 'zenserver/config.h')
-rw-r--r--zenserver/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/zenserver/config.h b/zenserver/config.h
index 72a4f31bb..7fa8163b3 100644
--- a/zenserver/config.h
+++ b/zenserver/config.h
@@ -9,6 +9,14 @@
# define ZEN_ENABLE_MESH 0
#endif
+#ifndef ZEN_USE_NAMED_PIPES
+# define ZEN_USE_NAMED_PIPES 0
+#endif
+
+#ifndef ZEN_USE_EXEC
+# define ZEN_USE_EXEC 0
+#endif
+
struct ZenServerOptions
{
bool IsDebug = false;