| OLD | NEW |
| 1 /* jconfig.h. Generated from jconfig.h.in by configure. */ | 1 /* jconfig.h. Generated from jconfig.h.in by configure. */ |
| 2 /* Version ID for the JPEG library. | 2 /* Version ID for the JPEG library. |
| 3 * Might be useful for tests like "#if JPEG_LIB_VERSION >= 60". | 3 * Might be useful for tests like "#if JPEG_LIB_VERSION >= 60". |
| 4 */ | 4 */ |
| 5 #ifndef JPEG_LIB_VERSION | 5 #ifndef JPEG_LIB_VERSION |
| 6 #define JPEG_LIB_VERSION 62 | 6 #define JPEG_LIB_VERSION 62 |
| 7 #endif /* JPEG_LIB_VERSION */ | 7 #endif /* JPEG_LIB_VERSION */ |
| 8 | 8 |
| 9 /* Support arithmetic encoding */ | 9 /* Support arithmetic encoding */ |
| 10 #define C_ARITH_CODING_SUPPORTED 1 | 10 /* #undef C_ARITH_CODING_SUPPORTED */ |
| 11 | 11 |
| 12 /* Support arithmetic decoding */ | 12 /* Support arithmetic decoding */ |
| 13 #define D_ARITH_CODING_SUPPORTED 1 | 13 /* #undef D_ARITH_CODING_SUPPORTED */ |
| 14 | 14 |
| 15 /* Define if your compiler supports prototypes */ | 15 /* Define if your compiler supports prototypes */ |
| 16 #ifndef HAVE_PROTOTYPES | 16 #ifndef HAVE_PROTOTYPES |
| 17 #define HAVE_PROTOTYPES 1 | 17 #define HAVE_PROTOTYPES 1 |
| 18 #endif /* HAVE_PROTOTYPES */ | 18 #endif /* HAVE_PROTOTYPES */ |
| 19 | 19 |
| 20 /* Define to 1 if you have the <stddef.h> header file. */ | 20 /* Define to 1 if you have the <stddef.h> header file. */ |
| 21 #ifndef HAVE_STDDEF_H | 21 #ifndef HAVE_STDDEF_H |
| 22 #define HAVE_STDDEF_H 1 | 22 #define HAVE_STDDEF_H 1 |
| 23 #endif /* HAVE_STDDEF_H */ | 23 #endif /* HAVE_STDDEF_H */ |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 /* #undef const */ | 75 /* #undef const */ |
| 76 | 76 |
| 77 /* Define to `__inline__' or `__inline' if that's what the C compiler | 77 /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 78 calls it, or to nothing if 'inline' is not supported under any name. */ | 78 calls it, or to nothing if 'inline' is not supported under any name. */ |
| 79 #ifndef __cplusplus | 79 #ifndef __cplusplus |
| 80 /* #undef inline */ | 80 /* #undef inline */ |
| 81 #endif | 81 #endif |
| 82 | 82 |
| 83 /* Define to `unsigned int' if <sys/types.h> does not define. */ | 83 /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 84 /* #undef size_t */ | 84 /* #undef size_t */ |
| OLD | NEW |