VNCViewer/config.h
2015-04-23 17:12:08 +02:00

11 lines
157 B
C

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