/src/FreeImage/Source/LibTIFF/tif_config.h.in
Autoconf | 309 lines | 107 code | 96 blank | 106 comment | 59 complexity | 856805541324349e9070f3442a7b2aa8 MD5 | raw file
1/* libtiff/tif_config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define if building universal (internal helper macro) */ 4#undef AC_APPLE_UNIVERSAL_BUILD 5 6/* Support CCITT Group 3 & 4 algorithms */ 7#undef CCITT_SUPPORT 8 9/* Pick up YCbCr subsampling info from the JPEG data stream to support files 10 lacking the tag (default enabled). */ 11#undef CHECK_JPEG_YCBCR_SUBSAMPLING 12 13/* Support C++ stream API (requires C++ compiler) */ 14#undef CXX_SUPPORT 15 16/* Treat extra sample as alpha (default enabled). The RGBA interface will 17 treat a fourth sample with no EXTRASAMPLE_ value as being ASSOCALPHA. Many 18 packages produce RGBA files but don't mark the alpha properly. */ 19#undef DEFAULT_EXTRASAMPLE_AS_ALPHA 20 21/* Use the Apple OpenGL framework. */ 22#undef HAVE_APPLE_OPENGL_FRAMEWORK 23 24/* Define to 1 if you have the <assert.h> header file. */ 25#undef HAVE_ASSERT_H 26 27/* Define to 1 if you have the <dlfcn.h> header file. */ 28#undef HAVE_DLFCN_H 29 30/* Define to 1 if you have the <fcntl.h> header file. */ 31#undef HAVE_FCNTL_H 32 33/* Define to 1 if you have the `floor' function. */ 34#undef HAVE_FLOOR 35 36/* Define to 1 if you have the `getopt' function. */ 37#undef HAVE_GETOPT 38 39/* Define as 0 or 1 according to the floating point format suported by the 40 machine */ 41#undef HAVE_IEEEFP 42 43/* Define to 1 if the system has the type `int16'. */ 44#undef HAVE_INT16 45 46/* Define to 1 if the system has the type `int32'. */ 47#undef HAVE_INT32 48 49/* Define to 1 if the system has the type `int8'. */ 50#undef HAVE_INT8 51 52/* Define to 1 if you have the <inttypes.h> header file. */ 53#undef HAVE_INTTYPES_H 54 55/* Define to 1 if you have the <io.h> header file. */ 56#undef HAVE_IO_H 57 58/* Define to 1 if you have the `isascii' function. */ 59#undef HAVE_ISASCII 60 61/* Define to 1 if you have the `jbg_newlen' function. */ 62#undef HAVE_JBG_NEWLEN 63 64/* Define to 1 if you have the `lfind' function. */ 65#undef HAVE_LFIND 66 67/* Define to 1 if you have the `c' library (-lc). */ 68#undef HAVE_LIBC 69 70/* Define to 1 if you have the `m' library (-lm). */ 71#undef HAVE_LIBM 72 73/* Define to 1 if you have the <limits.h> header file. */ 74#undef HAVE_LIMITS_H 75 76/* Define to 1 if you have the <malloc.h> header file. */ 77#undef HAVE_MALLOC_H 78 79/* Define to 1 if you have the `memmove' function. */ 80#undef HAVE_MEMMOVE 81 82/* Define to 1 if you have the <memory.h> header file. */ 83#undef HAVE_MEMORY_H 84 85/* Define to 1 if you have the `memset' function. */ 86#undef HAVE_MEMSET 87 88/* Define to 1 if you have the `mmap' function. */ 89#undef HAVE_MMAP 90 91/* Define to 1 if you have the `pow' function. */ 92#undef HAVE_POW 93 94/* Define if you have POSIX threads libraries and header files. */ 95#undef HAVE_PTHREAD 96 97/* Define to 1 if you have the <search.h> header file. */ 98#undef HAVE_SEARCH_H 99 100/* Define to 1 if you have the `setmode' function. */ 101#undef HAVE_SETMODE 102 103/* Define to 1 if you have the `sqrt' function. */ 104#undef HAVE_SQRT 105 106/* Define to 1 if you have the <stdint.h> header file. */ 107#undef HAVE_STDINT_H 108 109/* Define to 1 if you have the <stdlib.h> header file. */ 110#undef HAVE_STDLIB_H 111 112/* Define to 1 if you have the `strcasecmp' function. */ 113#undef HAVE_STRCASECMP 114 115/* Define to 1 if you have the `strchr' function. */ 116#undef HAVE_STRCHR 117 118/* Define to 1 if you have the <strings.h> header file. */ 119#undef HAVE_STRINGS_H 120 121/* Define to 1 if you have the <string.h> header file. */ 122#undef HAVE_STRING_H 123 124/* Define to 1 if you have the `strrchr' function. */ 125#undef HAVE_STRRCHR 126 127/* Define to 1 if you have the `strstr' function. */ 128#undef HAVE_STRSTR 129 130/* Define to 1 if you have the `strtol' function. */ 131#undef HAVE_STRTOL 132 133/* Define to 1 if you have the `strtoul' function. */ 134#undef HAVE_STRTOUL 135 136/* Define to 1 if you have the <sys/stat.h> header file. */ 137#undef HAVE_SYS_STAT_H 138 139/* Define to 1 if you have the <sys/time.h> header file. */ 140#undef HAVE_SYS_TIME_H 141 142/* Define to 1 if you have the <sys/types.h> header file. */ 143#undef HAVE_SYS_TYPES_H 144 145/* Define to 1 if you have the <unistd.h> header file. */ 146#undef HAVE_UNISTD_H 147 148/* Define to 1 if you have the <windows.h> header file. */ 149#undef HAVE_WINDOWS_H 150 151/* Native cpu byte order: 1 if big-endian (Motorola) or 0 if little-endian 152 (Intel) */ 153#undef HOST_BIGENDIAN 154 155/* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */ 156#undef HOST_FILLORDER 157 158/* Support ISO JBIG compression (requires JBIG-KIT library) */ 159#undef JBIG_SUPPORT 160 161/* Support JPEG compression (requires IJG JPEG library) */ 162#undef JPEG_SUPPORT 163 164/* Support LogLuv high dynamic range encoding */ 165#undef LOGLUV_SUPPORT 166 167/* Define to the sub-directory in which libtool stores uninstalled libraries. 168 */ 169#undef LT_OBJDIR 170 171/* Support LZW algorithm */ 172#undef LZW_SUPPORT 173 174/* Support Microsoft Document Imaging format */ 175#undef MDI_SUPPORT 176 177/* Support NeXT 2-bit RLE algorithm */ 178#undef NEXT_SUPPORT 179 180/* Define to 1 if your C compiler doesn't accept -c and -o together. */ 181#undef NO_MINUS_C_MINUS_O 182 183/* Support Old JPEG compresson (read-only) */ 184#undef OJPEG_SUPPORT 185 186/* Name of package */ 187#undef PACKAGE 188 189/* Define to the address where bug reports for this package should be sent. */ 190#undef PACKAGE_BUGREPORT 191 192/* Define to the full name of this package. */ 193#undef PACKAGE_NAME 194 195/* Define to the full name and version of this package. */ 196#undef PACKAGE_STRING 197 198/* Define to the one symbol short name of this package. */ 199#undef PACKAGE_TARNAME 200 201/* Define to the home page for this package. */ 202#undef PACKAGE_URL 203 204/* Define to the version of this package. */ 205#undef PACKAGE_VERSION 206 207/* Support Macintosh PackBits algorithm */ 208#undef PACKBITS_SUPPORT 209 210/* Support Pixar log-format algorithm (requires Zlib) */ 211#undef PIXARLOG_SUPPORT 212 213/* Define to necessary symbol if this constant uses a non-standard name on 214 your system. */ 215#undef PTHREAD_CREATE_JOINABLE 216 217/* The size of `int', as computed by sizeof. */ 218#undef SIZEOF_INT 219 220/* The size of `long', as computed by sizeof. */ 221#undef SIZEOF_LONG 222 223/* The size of `signed long', as computed by sizeof. */ 224#undef SIZEOF_SIGNED_LONG 225 226/* The size of `signed long long', as computed by sizeof. */ 227#undef SIZEOF_SIGNED_LONG_LONG 228 229/* The size of `unsigned long', as computed by sizeof. */ 230#undef SIZEOF_UNSIGNED_LONG 231 232/* The size of `unsigned long long', as computed by sizeof. */ 233#undef SIZEOF_UNSIGNED_LONG_LONG 234 235/* Define to 1 if you have the ANSI C header files. */ 236#undef STDC_HEADERS 237 238/* Support strip chopping (whether or not to convert single-strip uncompressed 239 images to mutiple strips of specified size to reduce memory usage) */ 240#undef STRIPCHOP_DEFAULT 241 242/* Default size of the strip in bytes (when strip chopping enabled) */ 243#undef STRIP_SIZE_DEFAULT 244 245/* Enable SubIFD tag (330) support */ 246#undef SUBIFD_SUPPORT 247 248/* Support ThunderScan 4-bit RLE algorithm */ 249#undef THUNDER_SUPPORT 250 251/* Signed 64-bit type formatter */ 252#undef TIFF_INT64_FORMAT 253 254/* Signed 64-bit type */ 255#undef TIFF_INT64_T 256 257/* Unsigned 64-bit type formatter */ 258#undef TIFF_UINT64_FORMAT 259 260/* Unsigned 64-bit type */ 261#undef TIFF_UINT64_T 262 263/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 264#undef TIME_WITH_SYS_TIME 265 266/* Define to 1 if your <sys/time.h> declares `struct tm'. */ 267#undef TM_IN_SYS_TIME 268 269/* Version number of package */ 270#undef VERSION 271 272/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 273 significant byte first (like Motorola and SPARC, unlike Intel). */ 274#if defined AC_APPLE_UNIVERSAL_BUILD 275# if defined __BIG_ENDIAN__ 276# define WORDS_BIGENDIAN 1 277# endif 278#else 279# ifndef WORDS_BIGENDIAN 280# undef WORDS_BIGENDIAN 281# endif 282#endif 283 284/* Define to 1 if the X Window System is missing or not being used. */ 285#undef X_DISPLAY_MISSING 286 287/* Support Deflate compression */ 288#undef ZIP_SUPPORT 289 290/* Number of bits in a file offset, on hosts where this is settable. */ 291#undef _FILE_OFFSET_BITS 292 293/* Define for large files, on AIX-style hosts. */ 294#undef _LARGE_FILES 295 296/* Define to empty if `const' does not conform to ANSI C. */ 297#undef const 298 299/* Define to `__inline__' or `__inline' if that's what the C compiler 300 calls it, or to nothing if 'inline' is not supported under any name. */ 301#ifndef __cplusplus 302#undef inline 303#endif 304 305/* Define to `long int' if <sys/types.h> does not define. */ 306#undef off_t 307 308/* Define to `unsigned int' if <sys/types.h> does not define. */ 309#undef size_t