Macros
tif_config.h File Reference

Go to the source code of this file.

Macros

#define CCITT_SUPPORT   1
 
#define CHECK_JPEG_YCBCR_SUBSAMPLING   1
 
#define HAVE_ASSERT_H   1
 
#define HAVE_DLFCN_H   1
 
#define HAVE_FCNTL_H   1
 
#define HAVE_INTTYPES_H   1
 
#define HAVE_MMAP   1
 
#define HAVE_SEARCH_H   1
 
#define HAVE_SNPRINTF   1
 
#define HAVE_STDINT_H   1
 
#define HAVE_STRCASECMP   1
 
#define HAVE_STRINGS_H   1
 
#define HAVE_STRING_H   1
 
#define HAVE_SYS_TYPES_H   1
 
#define HAVE_UNISTD_H   1
 
#define LIBJPEG_12_PATH
 
#define PACKAGE   "LibTIFF Software"
 
#define PACKAGE_BUGREPORT   "tiff@lists.maptools.org"
 
#define PACKAGE_NAME   "LibTIFF Software"
 
#define PACKAGE_STRING   "LibTIFF Software "
 
#define PACKAGE_TARNAME   "tiff"
 
#define PACKAGE_URL   ""
 
#define PACKAGE_VERSION   ""
 
#define SIZEOF_SIGNED_INT   4
 
#define SIZEOF_SIGNED_LONG   8
 
#define SIZEOF_SIGNED_LONG_LONG   8
 
#define SIZEOF_UNSIGNED_CHAR_P   8
 
#define SIZEOF_UNSIGNED_INT   4
 
#define SIZEOF_UNSIGNED_LONG   8
 
#define SIZEOF_UNSIGNED_LONG_LONG   8
 
#define SIZEOF_UNSIGNED_SHORT
 
#define STRIP_SIZE_DEFAULT   8192
 
#define TIFF_INT32_FORMAT   "%d"
 
#define TIFF_INT64_FORMAT   "%ld"
 
#define TIFF_PTRDIFF_FORMAT   "%ld"
 
#define TIFF_SIZE_FORMAT   "%lu"
 
#define TIFF_SSIZE_FORMAT   "%ld"
 
#define TIFF_UINT32_FORMAT   "%u"
 
#define TIFF_UINT64_FORMAT   "%lu"
 
#define TIFF_UINT8_T   unsigned char
 
#define TM_IN_SYS_TIME   1
 
#define VERSION   ""
 
#define _FILE_OFFSET_BITS   64
 
#define inline   inline
 

Macro Definition Documentation

◆ CCITT_SUPPORT

#define CCITT_SUPPORT   1

Definition at line 5 of file tif_config.h.

◆ CHECK_JPEG_YCBCR_SUBSAMPLING

#define CHECK_JPEG_YCBCR_SUBSAMPLING   1

Definition at line 9 of file tif_config.h.

◆ HAVE_ASSERT_H

#define HAVE_ASSERT_H   1

Definition at line 21 of file tif_config.h.

◆ HAVE_DLFCN_H

#define HAVE_DLFCN_H   1

Definition at line 24 of file tif_config.h.

◆ HAVE_FCNTL_H

#define HAVE_FCNTL_H   1

Definition at line 27 of file tif_config.h.

◆ HAVE_INTTYPES_H

#define HAVE_INTTYPES_H   1

Definition at line 45 of file tif_config.h.

◆ HAVE_MMAP

#define HAVE_MMAP   1

Definition at line 57 of file tif_config.h.

◆ HAVE_SEARCH_H

#define HAVE_SEARCH_H   1

Definition at line 66 of file tif_config.h.

◆ HAVE_SNPRINTF

#define HAVE_SNPRINTF   1

Definition at line 72 of file tif_config.h.

◆ HAVE_STDINT_H

#define HAVE_STDINT_H   1

Definition at line 75 of file tif_config.h.

◆ HAVE_STRCASECMP

#define HAVE_STRCASECMP   1

Definition at line 78 of file tif_config.h.

◆ HAVE_STRINGS_H

#define HAVE_STRINGS_H   1

Definition at line 81 of file tif_config.h.

◆ HAVE_STRING_H

#define HAVE_STRING_H   1

Definition at line 84 of file tif_config.h.

◆ HAVE_SYS_TYPES_H

#define HAVE_SYS_TYPES_H   1

Definition at line 102 of file tif_config.h.

◆ HAVE_UNISTD_H

#define HAVE_UNISTD_H   1

Definition at line 105 of file tif_config.h.

◆ LIBJPEG_12_PATH

#define LIBJPEG_12_PATH

Definition at line 111 of file tif_config.h.

◆ PACKAGE

#define PACKAGE   "LibTIFF Software"

Definition at line 123 of file tif_config.h.

◆ PACKAGE_BUGREPORT

#define PACKAGE_BUGREPORT   "tiff@lists.maptools.org"

Definition at line 126 of file tif_config.h.

◆ PACKAGE_NAME

#define PACKAGE_NAME   "LibTIFF Software"

Definition at line 129 of file tif_config.h.

◆ PACKAGE_STRING

#define PACKAGE_STRING   "LibTIFF Software "

Definition at line 132 of file tif_config.h.

◆ PACKAGE_TARNAME

#define PACKAGE_TARNAME   "tiff"

Definition at line 135 of file tif_config.h.

◆ PACKAGE_URL

#define PACKAGE_URL   ""

Definition at line 138 of file tif_config.h.

◆ PACKAGE_VERSION

#define PACKAGE_VERSION   ""

Definition at line 141 of file tif_config.h.

◆ SIZEOF_SIGNED_INT

#define SIZEOF_SIGNED_INT   4

Definition at line 144 of file tif_config.h.

◆ SIZEOF_SIGNED_LONG

#define SIZEOF_SIGNED_LONG   8

Definition at line 147 of file tif_config.h.

◆ SIZEOF_SIGNED_LONG_LONG

#define SIZEOF_SIGNED_LONG_LONG   8

Definition at line 150 of file tif_config.h.

◆ SIZEOF_UNSIGNED_CHAR_P

#define SIZEOF_UNSIGNED_CHAR_P   8

Definition at line 153 of file tif_config.h.

◆ SIZEOF_UNSIGNED_INT

#define SIZEOF_UNSIGNED_INT   4

Definition at line 156 of file tif_config.h.

◆ SIZEOF_UNSIGNED_LONG

#define SIZEOF_UNSIGNED_LONG   8

Definition at line 159 of file tif_config.h.

◆ SIZEOF_UNSIGNED_LONG_LONG

#define SIZEOF_UNSIGNED_LONG_LONG   8

Definition at line 162 of file tif_config.h.

◆ SIZEOF_UNSIGNED_SHORT

#define SIZEOF_UNSIGNED_SHORT

Definition at line 165 of file tif_config.h.

◆ STRIP_SIZE_DEFAULT

#define STRIP_SIZE_DEFAULT   8192

Definition at line 168 of file tif_config.h.

◆ TIFF_INT32_FORMAT

#define TIFF_INT32_FORMAT   "%d"

Definition at line 171 of file tif_config.h.

◆ TIFF_INT64_FORMAT

#define TIFF_INT64_FORMAT   "%ld"

Definition at line 174 of file tif_config.h.

◆ TIFF_PTRDIFF_FORMAT

#define TIFF_PTRDIFF_FORMAT   "%ld"

Definition at line 177 of file tif_config.h.

◆ TIFF_SIZE_FORMAT

#define TIFF_SIZE_FORMAT   "%lu"

Definition at line 180 of file tif_config.h.

◆ TIFF_SSIZE_FORMAT

#define TIFF_SSIZE_FORMAT   "%ld"

Definition at line 183 of file tif_config.h.

◆ TIFF_UINT32_FORMAT

#define TIFF_UINT32_FORMAT   "%u"

Definition at line 186 of file tif_config.h.

◆ TIFF_UINT64_FORMAT

#define TIFF_UINT64_FORMAT   "%lu"

Definition at line 189 of file tif_config.h.

◆ TIFF_UINT8_T

#define TIFF_UINT8_T   unsigned char

Definition at line 192 of file tif_config.h.

◆ TM_IN_SYS_TIME

#define TM_IN_SYS_TIME   1

Definition at line 198 of file tif_config.h.

◆ VERSION

#define VERSION   ""

Definition at line 204 of file tif_config.h.

◆ _FILE_OFFSET_BITS

#define _FILE_OFFSET_BITS   64

Definition at line 219 of file tif_config.h.

◆ inline

#define inline   inline

Definition at line 224 of file tif_config.h.