00001
00002
00003 #undef WORDS_BIGENDIAN
00004
00005
00006 #ifdef WORDS_BIGENDIAN
00007 #define MSB_FIRST // Motorola et al.
00008 #else
00009 #define LSB_FIRST // Intel et al.
00010 #endif
00011
00012 #undef PL_SUPPORT_TGA
00013 #undef PL_SUPPORT_BMP
00014 #undef PL_SUPPORT_TIFF
00015 #undef PL_SUPPORT_PICT
00016 #undef PL_SUPPORT_JPEG
00017 #undef PL_SUPPORT_PNG
00018 #undef PL_SUPPORT_GIF
00019 #ifdef _WINDOWS
00020 #define PL_SUPPORT_WEMF
00021 #endif
00022 #undef PL_SUPPORT_PCX
00023 #undef PL_SUPPORT_PGM
00024 #undef PL_SUPPORT_PPM
00025 #undef PL_SUPPORT_PSD
00026
00027
00028
00029
00030 #define PL_PIXEL_RGBA_ORDER // GNU/Linux (at least)
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041