Browser/config.h
2010-03-26 18:38:17 +00:00

11 lines
155 B
C

#define PACKAGE "Browser"
#define VERSION "0.1.4"
#ifndef PREFIX
# define PREFIX "/usr/local"
#endif
#ifndef LIBDIR
# define LIBDIR PREFIX "/lib"
#endif