source:
trunk/src/3rdparty/libjpeg/jconfig.bcc@
447
Last change on this file since 447 was 2, checked in by , 16 years ago | |
---|---|
File size: 1.4 KB |
Line | |
---|---|
1 | /* jconfig.bcc --- jconfig.h for Borland C (Turbo C) on MS-DOS or OS/2. */ |
2 | /* see jconfig.doc for explanations */ |
3 | |
4 | #define HAVE_PROTOTYPES |
5 | #define HAVE_UNSIGNED_CHAR |
6 | #define HAVE_UNSIGNED_SHORT |
7 | /* #define void char */ |
8 | /* #define const */ |
9 | #undef CHAR_IS_UNSIGNED |
10 | #define HAVE_STDDEF_H |
11 | #define HAVE_STDLIB_H |
12 | #undef NEED_BSD_STRINGS |