#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