#ifndef _CONFIG_H_ #define _CONFIG_H_ #define VERSION "0.1" #define PREFIX "/usr/local" #define RUNPID "/var/run/z21Emulation.pid" #define DATAPREFIX "/var/lib" #define ETCPREFIX "/etc" #define DEFAULT_Z21PORT 21104 #endif