Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:define

23  * #define the symbol if yes, #undef it if no.
29 #define HAVE_PROTOTYPES
34 #define HAVE_UNSIGNED_CHAR
35 #define HAVE_UNSIGNED_SHORT
37 /* Define "void" as "char" if your compiler doesn't know about type void.
38 * NOTE: be sure to define void such that "void *" represents the most general
41 /* #define void char */
43 /* Define "const" as empty if your compiler doesn't know the "const" keyword.
45 /* #define const */
47 /* Define this if an ordinary "char" type is unsigned.
53 /* Define this if your system has an ANSI-conforming <stddef.h> file.
55 #define HAVE_STDDEF_H
57 /* Define this if your system has an ANSI-conforming <stdlib.h> file.
59 #define HAVE_STDLIB_H
61 /* Define this if your system does not have an ANSI/SysV <string.h>,
66 /* Define this if your system does not provide typedef size_t in any of the
72 /* For 80x86 machines, you need to define NEED_FAR_POINTERS,
80 /* Define this if your linker needs global names to be unique in less
88 * define INCOMPLETE_TYPES_BROKEN. This is not recommended unless you
104 /* Define this if your compiler implements ">>" on signed values as a logical
124 #define BMP_SUPPORTED /* BMP image file format */
125 #define GIF_SUPPORTED /* GIF image file format */
126 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
128 #define TARGA_SUPPORTED /* Targa image file format */
130 /* Define this if you want to name both input and output files on the command
137 /* Define this if your system needs explicit cleanup of temporary files.
146 * systems that complains about the "b" spec, define this symbol.
150 /* Define this if you want percent-done progress reports from cjpeg/djpeg.