summaryrefslogtreecommitdiffstats
path: root/include/.svn/text-base/conf.h.svn-base
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-04-14 21:54:00 -0400
committerBrian Cully <github.20.shmit@spamgourmet.com>2008-04-14 21:54:00 -0400
commit79d65188b1c1578a36403c0e5756c81dcc93d816 (patch)
tree2903ed400cd0ebd13350397d402c1d9d5b9f869d /include/.svn/text-base/conf.h.svn-base
parent6ba98a9f9f48e13738d9736cba9c45b5e94f42f2 (diff)
downloadnastd-79d65188b1c1578a36403c0e5756c81dcc93d816.tar.gz
nastd-79d65188b1c1578a36403c0e5756c81dcc93d816.zip
Remove svn files
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