Final 350 project

Dependencies:   uzair Camera_LS_Y201 F7_Ethernet LCD_DISCO_F746NG NetworkAPI SDFileSystem mbed

Committer:
shoaib_ahmed
Date:
Mon Jul 31 09:16:35 2017 +0000
Revision:
0:791a779d6220
final project;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
shoaib_ahmed 0:791a779d6220 1 /* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 9x or NT. */
shoaib_ahmed 0:791a779d6220 2 /* This file also works for Borland C++ 32-bit (bcc32) on Windows 9x or NT. */
shoaib_ahmed 0:791a779d6220 3 /* see jconfig.txt for explanations */
shoaib_ahmed 0:791a779d6220 4
shoaib_ahmed 0:791a779d6220 5 #define HAVE_PROTOTYPES
shoaib_ahmed 0:791a779d6220 6 #define HAVE_UNSIGNED_CHAR
shoaib_ahmed 0:791a779d6220 7 #define HAVE_UNSIGNED_SHORT
shoaib_ahmed 0:791a779d6220 8 /* #define void char */
shoaib_ahmed 0:791a779d6220 9 /* #define const */
shoaib_ahmed 0:791a779d6220 10 #undef CHAR_IS_UNSIGNED
shoaib_ahmed 0:791a779d6220 11 #define HAVE_STDDEF_H
shoaib_ahmed 0:791a779d6220 12 #define HAVE_STDLIB_H
shoaib_ahmed 0:791a779d6220 13 #undef NEED_BSD_STRINGS
shoaib_ahmed 0:791a779d6220 14 #undef NEED_SYS_TYPES_H
shoaib_ahmed 0:791a779d6220 15 #undef NEED_FAR_POINTERS /* we presume a 32-bit flat memory model */
shoaib_ahmed 0:791a779d6220 16 #undef NEED_SHORT_EXTERNAL_NAMES
shoaib_ahmed 0:791a779d6220 17 #undef INCOMPLETE_TYPES_BROKEN
shoaib_ahmed 0:791a779d6220 18
shoaib_ahmed 0:791a779d6220 19 /* Define "boolean" as unsigned char, not enum, per Windows custom */
shoaib_ahmed 0:791a779d6220 20 #ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
shoaib_ahmed 0:791a779d6220 21 typedef unsigned char boolean;
shoaib_ahmed 0:791a779d6220 22 #endif
shoaib_ahmed 0:791a779d6220 23 #ifndef FALSE /* in case these macros already exist */
shoaib_ahmed 0:791a779d6220 24 #define FALSE 0 /* values of boolean */
shoaib_ahmed 0:791a779d6220 25 #endif
shoaib_ahmed 0:791a779d6220 26 #ifndef TRUE
shoaib_ahmed 0:791a779d6220 27 #define TRUE 1
shoaib_ahmed 0:791a779d6220 28 #endif
shoaib_ahmed 0:791a779d6220 29 #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
shoaib_ahmed 0:791a779d6220 30
shoaib_ahmed 0:791a779d6220 31
shoaib_ahmed 0:791a779d6220 32 #ifdef JPEG_INTERNALS
shoaib_ahmed 0:791a779d6220 33
shoaib_ahmed 0:791a779d6220 34 #undef RIGHT_SHIFT_IS_UNSIGNED
shoaib_ahmed 0:791a779d6220 35
shoaib_ahmed 0:791a779d6220 36 #endif /* JPEG_INTERNALS */
shoaib_ahmed 0:791a779d6220 37
shoaib_ahmed 0:791a779d6220 38 #ifdef JPEG_CJPEG_DJPEG
shoaib_ahmed 0:791a779d6220 39
shoaib_ahmed 0:791a779d6220 40 #define BMP_SUPPORTED /* BMP image file format */
shoaib_ahmed 0:791a779d6220 41 #define GIF_SUPPORTED /* GIF image file format */
shoaib_ahmed 0:791a779d6220 42 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
shoaib_ahmed 0:791a779d6220 43 #undef RLE_SUPPORTED /* Utah RLE image file format */
shoaib_ahmed 0:791a779d6220 44 #define TARGA_SUPPORTED /* Targa image file format */
shoaib_ahmed 0:791a779d6220 45
shoaib_ahmed 0:791a779d6220 46 #define TWO_FILE_COMMANDLINE /* optional */
shoaib_ahmed 0:791a779d6220 47 #define USE_SETMODE /* Microsoft has setmode() */
shoaib_ahmed 0:791a779d6220 48 #undef NEED_SIGNAL_CATCHER
shoaib_ahmed 0:791a779d6220 49 #undef DONT_USE_B_MODE
shoaib_ahmed 0:791a779d6220 50 #undef PROGRESS_REPORT /* optional */
shoaib_ahmed 0:791a779d6220 51
shoaib_ahmed 0:791a779d6220 52 #endif /* JPEG_CJPEG_DJPEG */