libSystem/config.h

11 lines
157 B
C

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