/* jconfig.h. Generated from jconfig.h-in by configure. */ /* jconfig.h.in. Generated from configure.ac by autoheader. */ /* cjpeg/djpeg support the BMP file format. */ #define BMP_SUPPORTED 1 /* Characters are unsigned */ /* #undef CHAR_IS_UNSIGNED */ /* Maximum data space library will allocate. */ /* #undef DEFAULT_MAX_MEM */ /* Don't open files in binary mode. */ /* #undef DONT_USE_B_MODE */ /* cjpeg/djpeg support the GIF file format. */ #define GIF_SUPPORTED 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_DLFCN_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the `z' library (-lz). */ #define HAVE_LIBZ 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Compiler supports function prototypes. */ #define HAVE_PROTOTYPES 1 /* Define to 1 if you have the header file. */ #define HAVE_STDDEF_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Compiler supports 'unsigned char'. */ #define HAVE_UNSIGNED_CHAR 1 /* Compiler supports 'unsigned short'. */ #define HAVE_UNSIGNED_SHORT 1 /* Compiler does not support pointers to unspecified structures. */ /* #undef INCOMPLETE_TYPES_BROKEN */ /* How to obtain function inlining. */ #define INLINE __inline__ /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #define LT_OBJDIR "_libs/" /* Compiler has rather than standard . */ /* #undef NEED_BSD_STRINGS */ /* Linker requires that global names be unique in first 15 characters. */ /* #undef NEED_SHORT_EXTERNAL_NAMES */ /* Need signal handler to clean up temporary files. */ /* #undef NEED_SIGNAL_CATCHER */ /* Need to include in order to obtain size_t. */ /* #undef NEED_SYS_TYPES_H */ /* The mktemp() function is not available. */ /* #undef NO_MKTEMP */ /* Name of package */ #define PACKAGE "libjpeg" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the version of this package. */ #define PACKAGE_VERSION "" /* Libpng is available in order to support the PNG file format. */ #define PNG_SUPPORTED 1 /* cjpeg/djpeg support the PBMPLUS PPM/PGM file formats. */ #define PPM_SUPPORTED 1 /* Broken compiler shifts signed values as an unsigned shift. */ /* #undef RIGHT_SHIFT_IS_UNSIGNED */ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* cjpeg/djpeg support the Targa file format. */ #define TARGA_SUPPORTED 1 /* Version number of package */ #define VERSION "6b (DJGPP port (r1))" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define 'void' as 'char' for archaic compilers that don't understand it. */ /* #undef void */