00001 #ifndef MACOS_CONFIG_INCLUDED 00002 #define MACOS_CONFIG_INCLUDED 00003 00004 /* Define to 1 if UNICODE support is enabled */ 00005 /* #undef UNICODE_ENABLED */ 00006 00007 /* Define if you the the SDL_image library (-lSDL_Image) */ 00008 #define HAVE_SDLIMAGE 1 00009 00010 /* Define the default path to the theme files */ 00011 #define PARAGUI_THEMEDIR ":data:" 00012 00013 /* Define if RTTI is enabled in your compiler (for dynamic_cast and typeid) */ 00014 #define RTTI_ENABLED 1 00015 00016 /* Define if the exception handling is enabled in your compiler */ 00017 #undef EXCEPTIONS_ENABLED 00018 00019 /* Define if mpatrol memory profiler support is enabled */ 00020 /* #undef MPATROL_ENABLED */ 00021 00022 /* Define if you have the fnmatch function. */ 00023 /* #undef HAVE_FNMATCH */ 00024 00025 /* Define if you have the strdup function. */ 00026 /* #undef HAVE_STRDUP */ 00027 00028 /* Define if you have the strtok function. */ 00029 #define HAVE_STRTOK 1 00030 00031 /* Define if you have the vsnprintf function. */ 00032 #define HAVE_VSNPRINTF 1 00033 00034 /* Define if you have the <dlfcn.h> header file. */ 00035 #define HAVE_DLFCN_H 1 00036 00037 /* Define if you have the <ext/hash_map> header file. */ 00038 /* #undef HAVE_EXT_HASH_MAP */ 00039 00040 /* Define if you have the <hash_map> header file. */ 00041 /*#define HAVE_HASH_MAP 1*/ 00042 00043 /* Define if you have the jpeg library (-ljpeg). */ 00044 #define HAVE_LIBJPEG 1 00045 00046 /* Define if you have the png library (-lpng). */ 00047 #define HAVE_LIBPNG 1 00048 00049 /* Define if you have the tiff library (-ltiff). */ 00050 #define HAVE_LIBTIFF 1 00051 00052 /* SDL_image shared library */ 00053 #define SDLIMAGE_LIB "???" 00054 00055 /* Name of package */ 00056 #define PACKAGE "paragui" 00057 00058 /* Version number of package */ 00059 #define VERSION "1.1.8" 00060 00061 #endif
1.4.2