aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/source/Irrlicht/jpeglib/jconfig.cfg
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 18:54:10 +1000
committerDavid Walter Seikel2013-01-13 18:54:10 +1000
commit959831f4ef5a3e797f576c3de08cd65032c997ad (patch)
treee7351908be5995f0b325b2ebeaa02d5a34b82583 /libraries/irrlicht-1.8/source/Irrlicht/jpeglib/jconfig.cfg
parentAdd info about changes to Irrlicht. (diff)
downloadSledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.zip
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.gz
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.bz2
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.xz
Remove damned ancient DOS line endings from Irrlicht. Hopefully I did not go overboard.
Diffstat (limited to 'libraries/irrlicht-1.8/source/Irrlicht/jpeglib/jconfig.cfg')
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/jpeglib/jconfig.cfg106
1 files changed, 53 insertions, 53 deletions
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/jpeglib/jconfig.cfg b/libraries/irrlicht-1.8/source/Irrlicht/jpeglib/jconfig.cfg
index 5f57e8e..bb7435c 100644
--- a/libraries/irrlicht-1.8/source/Irrlicht/jpeglib/jconfig.cfg
+++ b/libraries/irrlicht-1.8/source/Irrlicht/jpeglib/jconfig.cfg
@@ -1,53 +1,53 @@
1/* jconfig.cfg --- source file edited by configure script */ 1/* jconfig.cfg --- source file edited by configure script */
2/* see jconfig.txt for explanations */ 2/* see jconfig.txt for explanations */
3 3
4#undef HAVE_PROTOTYPES 4#undef HAVE_PROTOTYPES
5#undef HAVE_UNSIGNED_CHAR 5#undef HAVE_UNSIGNED_CHAR
6#undef HAVE_UNSIGNED_SHORT 6#undef HAVE_UNSIGNED_SHORT
7#undef void 7#undef void
8#undef const 8#undef const
9#undef CHAR_IS_UNSIGNED 9#undef CHAR_IS_UNSIGNED
10#undef HAVE_STDDEF_H 10#undef HAVE_STDDEF_H
11#undef HAVE_STDLIB_H 11#undef HAVE_STDLIB_H
12#undef HAVE_LOCALE_H 12#undef HAVE_LOCALE_H
13#undef NEED_BSD_STRINGS 13#undef NEED_BSD_STRINGS
14#undef NEED_SYS_TYPES_H 14#undef NEED_SYS_TYPES_H
15#undef NEED_FAR_POINTERS 15#undef NEED_FAR_POINTERS
16#undef NEED_SHORT_EXTERNAL_NAMES 16#undef NEED_SHORT_EXTERNAL_NAMES
17/* Define this if you get warnings about undefined structures. */ 17/* Define this if you get warnings about undefined structures. */
18#undef INCOMPLETE_TYPES_BROKEN 18#undef INCOMPLETE_TYPES_BROKEN
19 19
20/* Define "boolean" as unsigned char, not int, on Windows systems. */ 20/* Define "boolean" as unsigned char, not int, on Windows systems. */
21#ifdef _WIN32 21#ifdef _WIN32
22#ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */ 22#ifndef __RPCNDR_H__ /* don't conflict if rpcndr.h already read */
23typedef unsigned char boolean; 23typedef unsigned char boolean;
24#endif 24#endif
25#define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */ 25#define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
26#endif 26#endif
27 27
28#ifdef JPEG_INTERNALS 28#ifdef JPEG_INTERNALS
29 29
30#undef RIGHT_SHIFT_IS_UNSIGNED 30#undef RIGHT_SHIFT_IS_UNSIGNED
31#undef INLINE 31#undef INLINE
32/* These are for configuring the JPEG memory manager. */ 32/* These are for configuring the JPEG memory manager. */
33#undef DEFAULT_MAX_MEM 33#undef DEFAULT_MAX_MEM
34#undef NO_MKTEMP 34#undef NO_MKTEMP
35 35
36#endif /* JPEG_INTERNALS */ 36#endif /* JPEG_INTERNALS */
37 37
38#ifdef JPEG_CJPEG_DJPEG 38#ifdef JPEG_CJPEG_DJPEG
39 39
40#define BMP_SUPPORTED /* BMP image file format */ 40#define BMP_SUPPORTED /* BMP image file format */
41#define GIF_SUPPORTED /* GIF image file format */ 41#define GIF_SUPPORTED /* GIF image file format */
42#define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */ 42#define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
43#undef RLE_SUPPORTED /* Utah RLE image file format */ 43#undef RLE_SUPPORTED /* Utah RLE image file format */
44#define TARGA_SUPPORTED /* Targa image file format */ 44#define TARGA_SUPPORTED /* Targa image file format */
45 45
46#undef TWO_FILE_COMMANDLINE 46#undef TWO_FILE_COMMANDLINE
47#undef NEED_SIGNAL_CATCHER 47#undef NEED_SIGNAL_CATCHER
48#undef DONT_USE_B_MODE 48#undef DONT_USE_B_MODE
49 49
50/* Define this if you want percent-done progress reports from cjpeg/djpeg. */ 50/* Define this if you want percent-done progress reports from cjpeg/djpeg. */
51#undef PROGRESS_REPORT 51#undef PROGRESS_REPORT
52 52
53#endif /* JPEG_CJPEG_DJPEG */ 53#endif /* JPEG_CJPEG_DJPEG */