|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
00001 /* jconfig.cfg --- source file edited by configure script */ 00002 /* see jconfig.doc for explanations */ 00003 00004 #define HAVE_PROTOTYPES 00005 #define HAVE_UNSIGNED_CHAR 00006 #define HAVE_UNSIGNED_SHORT 00007 #ifdef __CHAR_UNSIGNED__ 00008 # define CHAR_IS_UNSIGNED 00009 #endif /* __CHAR_UNSIGNED__ */ 00010 /* Define this if you get warnings about undefined structures. */ 00011 #undef INCOMPLETE_TYPES_BROKEN 00012 00013 #if defined(WIN32) || defined(__EMX__) 00014 /* Define "boolean" as unsigned char, not int, per Windows custom */ 00015 # ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */ 00016 typedef unsigned char boolean; 00017 # endif 00018 # define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */ 00019 #endif /* WIN32 || __EMX__ */ 00020 00021 #ifdef JPEG_INTERNALS 00022 00023 #undef RIGHT_SHIFT_IS_UNSIGNED 00024 #undef INLINE 00025 /* These are for configuring the JPEG memory manager. */ 00026 #undef DEFAULT_MAX_MEM 00027 #undef NO_MKTEMP 00028 00029 #endif /* JPEG_INTERNALS */ 00030 00031 #ifdef JPEG_CJPEG_DJPEG 00032 00033 #define BMP_SUPPORTED /* BMP image file format */ 00034 #define GIF_SUPPORTED /* GIF image file format */ 00035 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */ 00036 #undef RLE_SUPPORTED /* Utah RLE image file format */ 00037 #define TARGA_SUPPORTED /* Targa image file format */ 00038 00039 #undef TWO_FILE_COMMANDLINE 00040 #undef NEED_SIGNAL_CATCHER 00041 #undef DONT_USE_B_MODE 00042 00043 #if defined(WIN32) || defined(__EMX__) 00044 # define USE_SETMODE 00045 #endif /* WIN32 || __EMX__ */ 00046 00047 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */ 00048 #undef PROGRESS_REPORT 00049 00050 #endif /* JPEG_CJPEG_DJPEG */