Auditor/config.h
2009-11-04 00:10:05 +00:00

11 lines
152 B
C

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