Terminal/config.h
2013-02-16 22:08:27 +01:00

11 lines
156 B
C

#define PACKAGE "Terminal"
#define VERSION "0.0.0"
#ifndef PREFIX
# define PREFIX "/usr/local"
#endif
#ifndef LIBDIR
# define LIBDIR PREFIX "/lib"
#endif