Phone/config.h
2010-04-24 02:17:45 +00:00

11 lines
153 B
C

#define PACKAGE "Phone"
#define VERSION "0.0.0"
#ifndef PREFIX
# define PREFIX "/usr/local"
#endif
#ifndef LIBDIR
# define LIBDIR PREFIX "/lib"
#endif