11 lines
156 B
C
11 lines
156 B
C
#define PACKAGE "Browser"
|
|
#define VERSION "0.4.13"
|
|
|
|
#ifndef PREFIX
|
|
# define PREFIX "/usr/local"
|
|
#endif
|
|
|
|
#ifndef LIBDIR
|
|
# define LIBDIR PREFIX "/lib"
|
|
#endif
|