libSystem/config.h
2009-08-13 16:26:49 +00:00

11 lines
157 B
C

#define PACKAGE "libSystem"
#define VERSION "0.1.2"
#ifndef PREFIX
# define PREFIX "/usr/local"
#endif
#ifndef LIBDIR
# define LIBDIR PREFIX "/lib"
#endif