1 /* CMake config.h for Ballerburg SDL */
2 
3 /* Relative path from bindir to datadir */
4 #define BIN2DATADIR "@BIN2DATADIR@"
5 
6 /* Relative path from bindir to localedir */
7 #define BIN2LOCALEDIR "@BIN2LOCALEDIR@"
8 
9 /* Define if you have the libintl.h header file */
10 #cmakedefine HAVE_LIBINTL_H 1
11