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, 0 insertions, 16 deletions
diff --git a/include/.svn/text-base/conf.h.svn-base b/include/.svn/text-base/conf.h.svn-base
deleted file mode 100644
index 1b6ed37..0000000
--- a/include/.svn/text-base/conf.h.svn-base
+++ /dev/null
@@ -1,16 +0,0 @@
-/* $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