00001 #ifndef _MB_HAVE_MB_CONFIG
00002 #define _MB_HAVE_MB_CONFIG
00003
00004
00005
00006
00007
00008
00009
00010
00011 #define mb_supports_png() (@SUPPORTS_PNG@)
00012
00013 #define mb_supports_jpeg() (@SUPPORTS_JPEG@)
00014
00015 #define mb_supports_xft() (@SUPPORTS_XFT@)
00016
00017 #define mb_supports_pango() (@SUPPORTS_PANGO@)
00018
00019 #ifdef MB_HAVE_PNG
00020 #ifndef USE_PNG
00021 #define USE_PNG
00022 #endif
00023 #endif
00024
00025 #ifdef MB_HAVE_JPEG
00026 #ifndef USE_JPG
00027 #define USE_JPG
00028 #endif
00029 #endif
00030
00031 #ifdef MB_HAVE_XFT
00032 #ifndef USE_XFT
00033 #define USE_XFT
00034 #endif
00035 #endif
00036
00037 #ifdef MB_HAVE_PANGO
00038 #ifndef USE_PANGO
00039 #define USE_PANGO
00040 #endif
00041 #endif
00042
00043 #endif
00044