// // ParaGUI configuration for non-Win platforms. // // Read in by 'paragui.h' // // Note: I've removed the entries that don't seem to be used in ParaGUI 1.1.7. // /* Define if Unicode support is enabled. */ #ifdef __APPLE__ // OS X #define ENABLE_UNICODE 1 // Gives YChar errors at linkage.. :( //#undef ENABLE_UNICODE #else #define ENABLE_UNICODE 1 // can we use Unicode on Linux & NetBSD, too? //#undef ENABLE_UNICODE #endif /* Define if exceptions are enabled */ //#undef EXCEPTIONS_ENABLED /* Define to 1 if you have the header file. */ /* #undef HAVE_HASH_MAP */ /* Define to 1 if you have the header file. */ #define HAVE_EXT_HASH_MAP 1 /* Define to 1 if you have the `fnmatch' function. */ #define HAVE_FNMATCH 1 /* Define to 1 if you have the `strdup' function. */ #define HAVE_STRDUP 1 /* Define to 1 if you have the `vsnprintf' function. */ #define HAVE_VSNPRINTF 1 /* default directory for themes */ #define PARAGUI_THEMEDIR "/usr/local/share/paragui" /* SDL_image shared library */ #ifdef __APPLE__ #define SDLIMAGE_LIB "libSDL_image-1.2.0.dylib" #else #define SDLIMAGE_LIB "libSDL_image-1.2.so.0" #endif /* Version number of package */ #define VERSION "1.1.7"