summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
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