12 lines
180 B
C
12 lines
180 B
C
#define PACKAGE "configure"
|
|
#define VERSION "0.4.2"
|
|
#define VENDOR "Devel"
|
|
|
|
#ifndef PREFIX
|
|
# define PREFIX "/usr/local"
|
|
#endif
|
|
|
|
#ifndef LIBDIR
|
|
# define LIBDIR PREFIX "/lib"
|
|
#endif
|