aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
new file mode 100644
index 0000000..2a0db3c
--- /dev/null
+++ b/src/options.h
@@ -0,0 +1,13 @@
+#ifndef OPTIONS_H
+#define OPTIONS_H
+
+/* The default name for conf, log, pid files */
+#define DEFAULTNAME "hopm"
+
+/* file extensions */
+/* config */
+#define CONFEXT "conf"
+
+/* log file */
+#define LOGEXT "log"
+#endif /* OPTIONS_H */