summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..60f7fd4
--- /dev/null
+++ b/config.h
@@ -0,0 +1,13 @@
+#ifndef VOIDNSRUN_CONFIG_H
+#define VOIDNSRUN_CONFIG_H
+
+#define PROG_VERSION "1.2"
+#define USER_LISTS_MAX 50
+#define CONTAINER_DIR_VAR "VOIDNSRUN_DIR"
+#define UNDO_BIN_VAR "VOIDNSUNDO_BIN"
+#define SOCK_DIR_VAR "VOIDNSRUN_SOCK_DIR"
+#define SOCK_DIR_DEFAULT "/run/voidnsrun"
+#define SOCK_NAME "/sock"
+#define VOIDNSUNDO_NAME "voidnsundo"
+
+#endif //VOIDNSRUN_CONFIG_H