Browser/config.h
2009-09-24 10:16:43 +00:00

11 lines
155 B
C

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