Macros
tif_config.h File Reference
#include "tiffconf.h"
Include dependency graph for tif_config.h:

Go to the source code of this file.

Macros

#define CCITT_SUPPORT   1
 
#define HAVE_ASSERT_H   1
 
#define HAVE_DECL_OPTARG   1
 
#define HAVE_FCNTL_H   1
 
#define HAVE_GETOPT   1
 
#define HAVE_MMAP   1
 
#define HAVE_STRINGS_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.osgeo.org"
 
#define PACKAGE_NAME   "LibTIFF Software"
 
#define PACKAGE_TARNAME   "tiff"
 
#define PACKAGE_URL   ""
 
#define SIZEOF_SIZE_T   8
 
#define STRIP_SIZE_DEFAULT   8192
 
#define TIFF_MAX_DIR_COUNT   1048576
 Maximum number of TIFF IFDs that libtiff can iterate through in a file. More...
 
#define TIFF_SIZE_FORMAT   "zu"
 
#define TIFF_SSIZE_FORMAT   PRId64
 

Macro Definition Documentation

◆ CCITT_SUPPORT

#define CCITT_SUPPORT   1

Definition at line 13 of file tif_config.h.

◆ HAVE_ASSERT_H

#define HAVE_ASSERT_H   1

Definition at line 29 of file tif_config.h.

◆ HAVE_DECL_OPTARG

#define HAVE_DECL_OPTARG   1

Definition at line 32 of file tif_config.h.

◆ HAVE_FCNTL_H

#define HAVE_FCNTL_H   1

Definition at line 35 of file tif_config.h.

◆ HAVE_GETOPT

#define HAVE_GETOPT   1

Definition at line 41 of file tif_config.h.

◆ HAVE_MMAP

#define HAVE_MMAP   1

Definition at line 50 of file tif_config.h.

◆ HAVE_STRINGS_H

#define HAVE_STRINGS_H   1

Definition at line 56 of file tif_config.h.

◆ HAVE_SYS_TYPES_H

#define HAVE_SYS_TYPES_H   1

Definition at line 59 of file tif_config.h.

◆ HAVE_UNISTD_H

#define HAVE_UNISTD_H   1

Definition at line 62 of file tif_config.h.

◆ LIBJPEG_12_PATH

#define LIBJPEG_12_PATH   ""

Definition at line 71 of file tif_config.h.

◆ PACKAGE

#define PACKAGE   "LibTIFF Software"

Definition at line 77 of file tif_config.h.

◆ PACKAGE_BUGREPORT

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

Definition at line 80 of file tif_config.h.

◆ PACKAGE_NAME

#define PACKAGE_NAME   "LibTIFF Software"

Definition at line 83 of file tif_config.h.

◆ PACKAGE_TARNAME

#define PACKAGE_TARNAME   "tiff"

Definition at line 86 of file tif_config.h.

◆ PACKAGE_URL

#define PACKAGE_URL   ""

Definition at line 89 of file tif_config.h.

◆ SIZEOF_SIZE_T

#define SIZEOF_SIZE_T   8

Definition at line 92 of file tif_config.h.

◆ STRIP_SIZE_DEFAULT

#define STRIP_SIZE_DEFAULT   8192

Definition at line 95 of file tif_config.h.

◆ TIFF_MAX_DIR_COUNT

#define TIFF_MAX_DIR_COUNT   1048576

Maximum number of TIFF IFDs that libtiff can iterate through in a file.

Definition at line 98 of file tif_config.h.

◆ TIFF_SIZE_FORMAT

#define TIFF_SIZE_FORMAT   "zu"

Definition at line 123 of file tif_config.h.

◆ TIFF_SSIZE_FORMAT

#define TIFF_SSIZE_FORMAT   PRId64

Definition at line 126 of file tif_config.h.