libDatabase/config.h
2012-10-29 02:49:21 +01:00

11 lines
159 B
C

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