jconfig.h
Go to the documentation of this file.
00001 /* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 95 or NT. */
00002 /* see jconfig.doc for explanations */
00003 
00004 #define HAVE_PROTOTYPES
00005 #define HAVE_UNSIGNED_CHAR
00006 #define HAVE_UNSIGNED_SHORT
00007 /* #define void char */
00008 /* #define const */
00009 #undef CHAR_IS_UNSIGNED
00010 #define HAVE_STDDEF_H
00011 #define HAVE_STDLIB_H
00012 #undef NEED_BSD_STRINGS
00013 #undef NEED_SYS_TYPES_H
00014 #undef NEED_FAR_POINTERS        /* we presume a 32-bit flat memory model */
00015 #undef NEED_SHORT_EXTERNAL_NAMES
00016 #undef INCOMPLETE_TYPES_BROKEN
00017 
00018 /* Define "boolean" as unsigned char, not int, per Windows custom */
00019 #ifndef __RPCNDR_H__            /* don't conflict if rpcndr.h already read */
00020 typedef unsigned char boolean;
00021 #endif
00022 #define HAVE_BOOLEAN            /* prevent jmorecfg.h from redefining it */
00023 
00024 
00025 #ifdef JPEG_INTERNALS
00026 
00027 #undef RIGHT_SHIFT_IS_UNSIGNED
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 #define TWO_FILE_COMMANDLINE    /* optional */
00040 #define USE_SETMODE             /* Microsoft has setmode() */
00041 #undef NEED_SIGNAL_CATCHER
00042 #undef DONT_USE_B_MODE
00043 #undef PROGRESS_REPORT          /* optional */
00044 
00045 #endif /* JPEG_CJPEG_DJPEG */


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Thu Apr 11 2019 03:30:17