11 lines
154 B
C
11 lines
154 B
C
#define PACKAGE "Mailer"
|
|
#define VERSION "0.1.1"
|
|
|
|
#ifndef PREFIX
|
|
# define PREFIX "/usr/local"
|
|
#endif
|
|
|
|
#ifndef LIBDIR
|
|
# define LIBDIR PREFIX "/lib"
|
|
#endif
|