Installer/config.h
2013-12-08 23:45:32 +01:00

11 lines
157 B
C

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