summaryrefslogtreecommitdiffstats
path: root/include/.svn/text-base/conf.h.svn-base
diff options
context:
space:
mode:
Diffstat (limited to 'include/.svn/text-base/conf.h.svn-base')
-rw-r--r--include/.svn/text-base/conf.h.svn-base16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/.svn/text-base/conf.h.svn-base b/include/.svn/text-base/conf.h.svn-base
new file mode 100644
index 0000000..1b6ed37
--- /dev/null
+++ b/include/.svn/text-base/conf.h.svn-base
@@ -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