summaryrefslogtreecommitdiffstats
path: root/include/conf.h
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-04-14 21:52:55 -0400
committerBrian Cully <github.20.shmit@spamgourmet.com>2008-04-14 21:52:55 -0400
commit6ba98a9f9f48e13738d9736cba9c45b5e94f42f2 (patch)
tree86d7c281bcdbf67eb53cee064aa905e740ec5ccf /include/conf.h
downloadnastd-6ba98a9f9f48e13738d9736cba9c45b5e94f42f2.tar.gz
nastd-6ba98a9f9f48e13738d9736cba9c45b5e94f42f2.zip
Initial import
Diffstat (limited to 'include/conf.h')
-rw-r--r--include/conf.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/conf.h b/include/conf.h
new file mode 100644
index 0000000..1b6ed37
--- /dev/null
+++ b/include/conf.h
@@ -0,0 +1,16 @@
+/* $Id: conf.h,v 1.6 2000/11/15 20:20:50 shmit Exp $ */
+
+#ifndef CONF_H
+#define CONF_H
+
+#include <compat.h>
+#include <version.h>
+
+#define PERIODICITY 30 /* How many seconds between
+ periodic functions. */
+
+#ifndef DATADIR
+#define DATADIR "/home/shmit/libdata/nastd"
+#endif
+
+#endif