Init/config.h
2008-07-10 19:14:32 +00:00

11 lines
152 B
C

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