Main Page | Modules | File List

mbconfig.h

00001 #ifndef _MB_HAVE_MB_CONFIG
00002 #define _MB_HAVE_MB_CONFIG
00003 
00004 /* 
00005  *
00006  *
00007  *
00008  */
00009 
00010 
00011 #if 1
00012 #define MB_HAVE_PNG
00013 #endif
00014 
00015 #if 1
00016 #define MB_HAVE_JPEG
00017 #endif
00018 
00019 #if 0
00020 #define MB_HAVE_XFT
00021 #endif
00022 
00023 #if 1
00024 #define MB_HAVE_PANGO
00025 #endif
00026 
00027 
00028 #define mb_supports_png() (1)
00029 
00030 #define mb_supports_jpeg() (1)
00031 
00032 #define mb_supports_xft() (0)
00033 
00034 #define mb_supports_pango() (1)
00035 
00036 #ifdef MB_HAVE_PNG
00037 #ifndef USE_PNG                 /* config.h redefines  */
00038 #define USE_PNG 
00039 #endif
00040 #endif
00041 
00042 #ifdef MB_HAVE_JPEG
00043 #ifndef USE_JPG 
00044 #define USE_JPG 
00045 #endif
00046 #endif
00047 
00048 #ifdef MB_HAVE_XFT
00049 #ifndef USE_XFT  
00050 #define USE_XFT
00051 #endif 
00052 #endif
00053 
00054 #ifdef MB_HAVE_PANGO
00055 #ifndef USE_PANGO  
00056 #define USE_PANGO 
00057 #endif
00058 #endif
00059 
00060 #endif
00061 

Generated on Sun Nov 28 03:44:50 2004 for LibMB by  doxygen 1.3.9.1