/* $Id: conf.h,v 1.6 2000/11/15 20:20:50 shmit Exp $ */ #ifndef CONF_H #define CONF_H #include #include #define PERIODICITY 30 /* How many seconds between periodic functions. */ #ifndef DATADIR #define DATADIR "/home/shmit/libdata/nastd" #endif #endif