summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-23 00:45:13 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-23 00:45:13 +0200
commit7c6a78910429f2fa6cb3f0570e66c782d2f17748 (patch)
tree1aa33c3a2a61ae5409111dd115dc99ae0a5b8124 /config.h.in
parentfa25599e90a7535a02641ef03ccfc138cf5c8fd3 (diff)
Add some more meson options
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
new file mode 100644
index 0000000..98fc655
--- /dev/null
+++ b/config.h.in
@@ -0,0 +1,25 @@
+/* Autogenerated */
+
+#pragma once
+
+#define DEFAULT_CFG_DIR @DEFAULT_CFG_DIR@
+
+#define DEFAULT_MAIN_CFG_FILE @DEFAULT_MAIN_CFG_FILE@
+
+#define VERSION @VERSION@
+
+#define DEFAULT_ANNOUNCE_INTERVAL 3
+
+#define DEFAULT_PROXY_CONN_INTERVAL 3
+
+#define DEFAULT_PROXY_CONN_ATTEMPTS 20
+
+#define DEFAULT_SOCKET_DEFER true
+
+#define DEFAULT_SOCKET_FREEBIND true
+
+#define DEFAULT_SOCKET_KEEPALIVE true
+
+#define DEFAULT_SOCKET_IPTOS true
+
+#define DEFAULT_SOCKET_NODELAY true