Blame libtiff/tif_config.h.in

Packit 7838c8
/* libtiff/tif_config.h.in.  Generated from configure.ac by autoheader.  */
Packit 7838c8
Packit 7838c8
/* Define if building universal (internal helper macro) */
Packit 7838c8
#undef AC_APPLE_UNIVERSAL_BUILD
Packit 7838c8
Packit 7838c8
/* Support CCITT Group 3 & 4 algorithms */
Packit 7838c8
#undef CCITT_SUPPORT
Packit 7838c8
Packit 7838c8
/* Pick up YCbCr subsampling info from the JPEG data stream to support files
Packit 7838c8
   lacking the tag (default enabled). */
Packit 7838c8
#undef CHECK_JPEG_YCBCR_SUBSAMPLING
Packit 7838c8
Packit 7838c8
/* enable partial strip reading for large strips (experimental) */
Packit 7838c8
#undef CHUNKY_STRIP_READ_SUPPORT
Packit 7838c8
Packit 7838c8
/* Support C++ stream API (requires C++ compiler) */
Packit 7838c8
#undef CXX_SUPPORT
Packit 7838c8
Packit 7838c8
/* Treat extra sample as alpha (default enabled). The RGBA interface will
Packit 7838c8
   treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many
Packit 7838c8
   packages produce RGBA files but don't mark the alpha properly. */
Packit 7838c8
#undef DEFAULT_EXTRASAMPLE_AS_ALPHA
Packit 7838c8
Packit 7838c8
/* enable deferred strip/tile offset/size loading (experimental) */
Packit 7838c8
#undef DEFER_STRILE_LOAD
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <assert.h> header file. */
Packit 7838c8
#undef HAVE_ASSERT_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
Packit 7838c8
   */
Packit 7838c8
#undef HAVE_DECL_OPTARG
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 7838c8
#undef HAVE_DLFCN_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <fcntl.h> header file. */
Packit 7838c8
#undef HAVE_FCNTL_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `floor' function. */
Packit 7838c8
#undef HAVE_FLOOR
Packit 7838c8
Packit 7838c8
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
Packit 7838c8
#undef HAVE_FSEEKO
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `getopt' function. */
Packit 7838c8
#undef HAVE_GETOPT
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <GLUT/glut.h> header file. */
Packit 7838c8
#undef HAVE_GLUT_GLUT_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <GL/glut.h> header file. */
Packit 7838c8
#undef HAVE_GL_GLUT_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <GL/glu.h> header file. */
Packit 7838c8
#undef HAVE_GL_GLU_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <GL/gl.h> header file. */
Packit 7838c8
#undef HAVE_GL_GL_H
Packit 7838c8
Packit 7838c8
/* Define as 0 or 1 according to the floating point format suported by the
Packit 7838c8
   machine */
Packit 7838c8
#undef HAVE_IEEEFP
Packit 7838c8
Packit 7838c8
/* Define to 1 if the system has the type `int16'. */
Packit 7838c8
#undef HAVE_INT16
Packit 7838c8
Packit 7838c8
/* Define to 1 if the system has the type `int32'. */
Packit 7838c8
#undef HAVE_INT32
Packit 7838c8
Packit 7838c8
/* Define to 1 if the system has the type `int8'. */
Packit 7838c8
#undef HAVE_INT8
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 7838c8
#undef HAVE_INTTYPES_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <io.h> header file. */
Packit 7838c8
#undef HAVE_IO_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `isascii' function. */
Packit 7838c8
#undef HAVE_ISASCII
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `jbg_newlen' function. */
Packit 7838c8
#undef HAVE_JBG_NEWLEN
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `lfind' function. */
Packit 7838c8
#undef HAVE_LFIND
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <limits.h> header file. */
Packit 7838c8
#undef HAVE_LIMITS_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <malloc.h> header file. */
Packit 7838c8
#undef HAVE_MALLOC_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `memmove' function. */
Packit 7838c8
#undef HAVE_MEMMOVE
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <memory.h> header file. */
Packit 7838c8
#undef HAVE_MEMORY_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `memset' function. */
Packit 7838c8
#undef HAVE_MEMSET
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `mmap' function. */
Packit 7838c8
#undef HAVE_MMAP
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <OpenGL/glu.h> header file. */
Packit 7838c8
#undef HAVE_OPENGL_GLU_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <OpenGL/gl.h> header file. */
Packit 7838c8
#undef HAVE_OPENGL_GL_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `pow' function. */
Packit 7838c8
#undef HAVE_POW
Packit 7838c8
Packit 7838c8
/* Define if you have POSIX threads libraries and header files. */
Packit 7838c8
#undef HAVE_PTHREAD
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <search.h> header file. */
Packit 7838c8
#undef HAVE_SEARCH_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `setmode' function. */
Packit 7838c8
#undef HAVE_SETMODE
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `snprintf' function. */
Packit 7838c8
#undef HAVE_SNPRINTF
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `sqrt' function. */
Packit 7838c8
#undef HAVE_SQRT
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <stdint.h> header file. */
Packit 7838c8
#undef HAVE_STDINT_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 7838c8
#undef HAVE_STDLIB_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `strcasecmp' function. */
Packit 7838c8
#undef HAVE_STRCASECMP
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `strchr' function. */
Packit 7838c8
#undef HAVE_STRCHR
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <strings.h> header file. */
Packit 7838c8
#undef HAVE_STRINGS_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <string.h> header file. */
Packit 7838c8
#undef HAVE_STRING_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `strrchr' function. */
Packit 7838c8
#undef HAVE_STRRCHR
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `strstr' function. */
Packit 7838c8
#undef HAVE_STRSTR
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `strtol' function. */
Packit 7838c8
#undef HAVE_STRTOL
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `strtoul' function. */
Packit 7838c8
#undef HAVE_STRTOUL
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the `strtoull' function. */
Packit 7838c8
#undef HAVE_STRTOULL
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 7838c8
#undef HAVE_SYS_STAT_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <sys/time.h> header file. */
Packit 7838c8
#undef HAVE_SYS_TIME_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 7838c8
#undef HAVE_SYS_TYPES_H
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <unistd.h> header file. */
Packit 7838c8
#undef HAVE_UNISTD_H
Packit 7838c8
Packit 7838c8
/* Use nonstandard varargs form for the GLU tesselator callback */
Packit 7838c8
#undef HAVE_VARARGS_GLU_TESSCB
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the <windows.h> header file. */
Packit 7838c8
#undef HAVE_WINDOWS_H
Packit 7838c8
Packit 7838c8
/* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian
Packit 7838c8
   (Intel) */
Packit 7838c8
#undef HOST_BIGENDIAN
Packit 7838c8
Packit 7838c8
/* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
Packit 7838c8
#undef HOST_FILLORDER
Packit 7838c8
Packit 7838c8
/* Support ISO JBIG compression (requires JBIG-KIT library) */
Packit 7838c8
#undef JBIG_SUPPORT
Packit 7838c8
Packit 7838c8
/* 8/12 bit libjpeg dual mode enabled */
Packit 7838c8
#undef JPEG_DUAL_MODE_8_12
Packit 7838c8
Packit 7838c8
/* Support JPEG compression (requires IJG JPEG library) */
Packit 7838c8
#undef JPEG_SUPPORT
Packit 7838c8
Packit 7838c8
/* 12bit libjpeg primary include file with path */
Packit 7838c8
#undef LIBJPEG_12_PATH
Packit 7838c8
Packit 7838c8
/* Support LogLuv high dynamic range encoding */
Packit 7838c8
#undef LOGLUV_SUPPORT
Packit 7838c8
Packit 7838c8
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit 7838c8
#undef LT_OBJDIR
Packit 7838c8
Packit 7838c8
/* Support LZMA2 compression */
Packit 7838c8
#undef LZMA_SUPPORT
Packit 7838c8
Packit 7838c8
/* Support LZW algorithm */
Packit 7838c8
#undef LZW_SUPPORT
Packit 7838c8
Packit 7838c8
/* Support Microsoft Document Imaging format */
Packit 7838c8
#undef MDI_SUPPORT
Packit 7838c8
Packit 7838c8
/* Support NeXT 2-bit RLE algorithm */
Packit 7838c8
#undef NEXT_SUPPORT
Packit 7838c8
Packit 7838c8
/* Support Old JPEG compresson (read-only) */
Packit 7838c8
#undef OJPEG_SUPPORT
Packit 7838c8
Packit 7838c8
/* Name of package */
Packit 7838c8
#undef PACKAGE
Packit 7838c8
Packit 7838c8
/* Define to the address where bug reports for this package should be sent. */
Packit 7838c8
#undef PACKAGE_BUGREPORT
Packit 7838c8
Packit 7838c8
/* Define to the full name of this package. */
Packit 7838c8
#undef PACKAGE_NAME
Packit 7838c8
Packit 7838c8
/* Define to the full name and version of this package. */
Packit 7838c8
#undef PACKAGE_STRING
Packit 7838c8
Packit 7838c8
/* Define to the one symbol short name of this package. */
Packit 7838c8
#undef PACKAGE_TARNAME
Packit 7838c8
Packit 7838c8
/* Define to the home page for this package. */
Packit 7838c8
#undef PACKAGE_URL
Packit 7838c8
Packit 7838c8
/* Define to the version of this package. */
Packit 7838c8
#undef PACKAGE_VERSION
Packit 7838c8
Packit 7838c8
/* Support Macintosh PackBits algorithm */
Packit 7838c8
#undef PACKBITS_SUPPORT
Packit 7838c8
Packit 7838c8
/* Support Pixar log-format algorithm (requires Zlib) */
Packit 7838c8
#undef PIXARLOG_SUPPORT
Packit 7838c8
Packit 7838c8
/* Define to necessary symbol if this constant uses a non-standard name on
Packit 7838c8
   your system. */
Packit 7838c8
#undef PTHREAD_CREATE_JOINABLE
Packit 7838c8
Packit 7838c8
/* The size of `signed int', as computed by sizeof. */
Packit 7838c8
#undef SIZEOF_SIGNED_INT
Packit 7838c8
Packit 7838c8
/* The size of `signed long', as computed by sizeof. */
Packit 7838c8
#undef SIZEOF_SIGNED_LONG
Packit 7838c8
Packit 7838c8
/* The size of `signed long long', as computed by sizeof. */
Packit 7838c8
#undef SIZEOF_SIGNED_LONG_LONG
Packit 7838c8
Packit 7838c8
/* The size of `signed short', as computed by sizeof. */
Packit 7838c8
#undef SIZEOF_SIGNED_SHORT
Packit 7838c8
Packit 7838c8
/* The size of `size_t', as computed by sizeof. */
Packit 7838c8
#undef SIZEOF_SIZE_T
Packit 7838c8
Packit 7838c8
/* The size of `unsigned char *', as computed by sizeof. */
Packit 7838c8
#undef SIZEOF_UNSIGNED_CHAR_P
Packit 7838c8
Packit 7838c8
/* The size of `unsigned int', as computed by sizeof. */
Packit 7838c8
#undef SIZEOF_UNSIGNED_INT
Packit 7838c8
Packit 7838c8
/* The size of `unsigned long', as computed by sizeof. */
Packit 7838c8
#undef SIZEOF_UNSIGNED_LONG
Packit 7838c8
Packit 7838c8
/* The size of `unsigned long long', as computed by sizeof. */
Packit 7838c8
#undef SIZEOF_UNSIGNED_LONG_LONG
Packit 7838c8
Packit 7838c8
/* The size of `unsigned short', as computed by sizeof. */
Packit 7838c8
#undef SIZEOF_UNSIGNED_SHORT
Packit 7838c8
Packit 7838c8
/* Define to 1 if you have the ANSI C header files. */
Packit 7838c8
#undef STDC_HEADERS
Packit 7838c8
Packit 7838c8
/* Support strip chopping (whether or not to convert single-strip uncompressed
Packit 7838c8
   images to mutiple strips of specified size to reduce memory usage) */
Packit 7838c8
#undef STRIPCHOP_DEFAULT
Packit 7838c8
Packit 7838c8
/* Default size of the strip in bytes (when strip chopping enabled) */
Packit 7838c8
#undef STRIP_SIZE_DEFAULT
Packit 7838c8
Packit 7838c8
/* Enable SubIFD tag (330) support */
Packit 7838c8
#undef SUBIFD_SUPPORT
Packit 7838c8
Packit 7838c8
/* Support ThunderScan 4-bit RLE algorithm */
Packit 7838c8
#undef THUNDER_SUPPORT
Packit 7838c8
Packit 7838c8
/* Signed 16-bit type */
Packit 7838c8
#undef TIFF_INT16_T
Packit 7838c8
Packit 7838c8
/* Signed 32-bit type formatter */
Packit 7838c8
#undef TIFF_INT32_FORMAT
Packit 7838c8
Packit 7838c8
/* Signed 32-bit type */
Packit 7838c8
#undef TIFF_INT32_T
Packit 7838c8
Packit 7838c8
/* Signed 64-bit type formatter */
Packit 7838c8
#undef TIFF_INT64_FORMAT
Packit 7838c8
Packit 7838c8
/* Signed 64-bit type */
Packit 7838c8
#undef TIFF_INT64_T
Packit 7838c8
Packit 7838c8
/* Signed 8-bit type */
Packit 7838c8
#undef TIFF_INT8_T
Packit 7838c8
Packit 7838c8
/* Pointer difference type formatter */
Packit 7838c8
#undef TIFF_PTRDIFF_FORMAT
Packit 7838c8
Packit 7838c8
/* Pointer difference type */
Packit 7838c8
#undef TIFF_PTRDIFF_T
Packit 7838c8
Packit 7838c8
/* Size type formatter */
Packit 7838c8
#undef TIFF_SIZE_FORMAT
Packit 7838c8
Packit 7838c8
/* Unsigned size type */
Packit 7838c8
#undef TIFF_SIZE_T
Packit 7838c8
Packit 7838c8
/* Signed size type formatter */
Packit 7838c8
#undef TIFF_SSIZE_FORMAT
Packit 7838c8
Packit 7838c8
/* Signed size type */
Packit 7838c8
#undef TIFF_SSIZE_T
Packit 7838c8
Packit 7838c8
/* Unsigned 16-bit type */
Packit 7838c8
#undef TIFF_UINT16_T
Packit 7838c8
Packit 7838c8
/* Unsigned 32-bit type formatter */
Packit 7838c8
#undef TIFF_UINT32_FORMAT
Packit 7838c8
Packit 7838c8
/* Unsigned 32-bit type */
Packit 7838c8
#undef TIFF_UINT32_T
Packit 7838c8
Packit 7838c8
/* Unsigned 64-bit type formatter */
Packit 7838c8
#undef TIFF_UINT64_FORMAT
Packit 7838c8
Packit 7838c8
/* Unsigned 64-bit type */
Packit 7838c8
#undef TIFF_UINT64_T
Packit 7838c8
Packit 7838c8
/* Unsigned 8-bit type */
Packit 7838c8
#undef TIFF_UINT8_T
Packit 7838c8
Packit 7838c8
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
Packit 7838c8
#undef TIME_WITH_SYS_TIME
Packit 7838c8
Packit 7838c8
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
Packit 7838c8
#undef TM_IN_SYS_TIME
Packit 7838c8
Packit 7838c8
/* define to use win32 IO system */
Packit 7838c8
#undef USE_WIN32_FILEIO
Packit 7838c8
Packit 7838c8
/* Version number of package */
Packit 7838c8
#undef VERSION
Packit 7838c8
Packit 7838c8
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit 7838c8
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit 7838c8
#if defined AC_APPLE_UNIVERSAL_BUILD
Packit 7838c8
# if defined __BIG_ENDIAN__
Packit 7838c8
#  define WORDS_BIGENDIAN 1
Packit 7838c8
# endif
Packit 7838c8
#else
Packit 7838c8
# ifndef WORDS_BIGENDIAN
Packit 7838c8
#  undef WORDS_BIGENDIAN
Packit 7838c8
# endif
Packit 7838c8
#endif
Packit 7838c8
Packit 7838c8
/* Define to 1 if the X Window System is missing or not being used. */
Packit 7838c8
#undef X_DISPLAY_MISSING
Packit 7838c8
Packit 7838c8
/* Support Deflate compression */
Packit 7838c8
#undef ZIP_SUPPORT
Packit 7838c8
Packit 7838c8
/* Enable large inode numbers on Mac OS X 10.5.  */
Packit 7838c8
#ifndef _DARWIN_USE_64_BIT_INODE
Packit 7838c8
# define _DARWIN_USE_64_BIT_INODE 1
Packit 7838c8
#endif
Packit 7838c8
Packit 7838c8
/* Number of bits in a file offset, on hosts where this is settable. */
Packit 7838c8
#undef _FILE_OFFSET_BITS
Packit 7838c8
Packit 7838c8
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
Packit 7838c8
#undef _LARGEFILE_SOURCE
Packit 7838c8
Packit 7838c8
/* Define for large files, on AIX-style hosts. */
Packit 7838c8
#undef _LARGE_FILES
Packit 7838c8
Packit 7838c8
/* Define to empty if `const' does not conform to ANSI C. */
Packit 7838c8
#undef const
Packit 7838c8
Packit 7838c8
/* Define to `__inline__' or `__inline' if that's what the C compiler
Packit 7838c8
   calls it, or to nothing if 'inline' is not supported under any name.  */
Packit 7838c8
#ifndef __cplusplus
Packit 7838c8
#undef inline
Packit 7838c8
#endif
Packit 7838c8
Packit 7838c8
/* Define to `long int' if <sys/types.h> does not define. */
Packit 7838c8
#undef off_t
Packit 7838c8
Packit 7838c8
/* Define to `unsigned int' if <sys/types.h> does not define. */
Packit 7838c8
#undef size_t