Initial release

This commit is contained in:
Pierre Pronchery 2008-07-10 19:14:32 +00:00
parent 3b442f2a18
commit 28be13c724

10
config.h Normal file
View File

@ -0,0 +1,10 @@
#define PACKAGE "Init"
#define VERSION "0.0.0"
#ifndef PREFIX
# define PREFIX "/usr/local"
#endif
#ifndef LIBDIR
# define LIBDIR PREFIX "/lib"
#endif