blob: 1b6ed377980c460426864d78d7295261722a93a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|