You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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
|