ReactOS 0.4.16-dev-2617-g01a0906
tif_config.h File Reference
#include "tiffconf.h"
Include dependency graph for tif_config.h:
This graph shows which files directly or indirectly include this file:

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_FCNTL_H   1
 
#define HAVE_FSEEKO   1
 
#define HAVE_IO_H   1
 
#define HAVE_SETMODE   1
 
#define HAVE_STRINGS_H   1
 
#define HAVE_SYS_TYPES_H   1
 
#define HAVE_UNISTD_H   1
 
#define PACKAGE   "tiff"
 
#define PACKAGE_BUGREPORT   "tiff@lists.osgeo.org"
 
#define PACKAGE_NAME   "LibTIFF Software"
 
#define PACKAGE_TARNAME   "tiff"
 
#define PACKAGE_URL   ""
 
#define SIZEOF_SIZE_T   4
 
#define STRIP_SIZE_DEFAULT   8192
 
#define TIFF_MAX_DIR_COUNT   1048576
 
#define USE_WIN32_FILEIO   1
 
#define _DARWIN_USE_64_BIT_INODE   1
 
#define _FILE_OFFSET_BITS   64
 
#define TIFF_SIZE_FORMAT   "zu"
 
#define TIFF_SSIZE_FORMAT   PRId32
 

Macro Definition Documentation

◆ _DARWIN_USE_64_BIT_INODE

#define _DARWIN_USE_64_BIT_INODE   1

Definition at line 155 of file tif_config.h.

◆ _FILE_OFFSET_BITS

#define _FILE_OFFSET_BITS   64

Definition at line 159 of file tif_config.h.

◆ CCITT_SUPPORT

#define CCITT_SUPPORT   1

Definition at line 13 of file tif_config.h.

◆ CHECK_JPEG_YCBCR_SUBSAMPLING

#define CHECK_JPEG_YCBCR_SUBSAMPLING   1

Definition at line 17 of file tif_config.h.

◆ HAVE_ASSERT_H

#define HAVE_ASSERT_H   1

Definition at line 29 of file tif_config.h.

◆ HAVE_FCNTL_H

#define HAVE_FCNTL_H   1

Definition at line 36 of file tif_config.h.

◆ HAVE_FSEEKO

#define HAVE_FSEEKO   1

Definition at line 39 of file tif_config.h.

◆ HAVE_IO_H

#define HAVE_IO_H   1

Definition at line 57 of file tif_config.h.

◆ HAVE_SETMODE

#define HAVE_SETMODE   1

Definition at line 72 of file tif_config.h.

◆ HAVE_STRINGS_H

#define HAVE_STRINGS_H   1

Definition at line 78 of file tif_config.h.

◆ HAVE_SYS_TYPES_H

#define HAVE_SYS_TYPES_H   1

Definition at line 81 of file tif_config.h.

◆ HAVE_UNISTD_H

#define HAVE_UNISTD_H   1

Definition at line 84 of file tif_config.h.

◆ PACKAGE

#define PACKAGE   "tiff"

Definition at line 105 of file tif_config.h.

◆ PACKAGE_BUGREPORT

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

Definition at line 108 of file tif_config.h.

◆ PACKAGE_NAME

#define PACKAGE_NAME   "LibTIFF Software"

Definition at line 111 of file tif_config.h.

◆ PACKAGE_TARNAME

#define PACKAGE_TARNAME   "tiff"

Definition at line 114 of file tif_config.h.

◆ PACKAGE_URL

#define PACKAGE_URL   ""

Definition at line 117 of file tif_config.h.

◆ SIZEOF_SIZE_T

#define SIZEOF_SIZE_T   4

Definition at line 123 of file tif_config.h.

◆ STRIP_SIZE_DEFAULT

#define STRIP_SIZE_DEFAULT   8192

Definition at line 127 of file tif_config.h.

◆ TIFF_MAX_DIR_COUNT

#define TIFF_MAX_DIR_COUNT   1048576

Definition at line 130 of file tif_config.h.

◆ TIFF_SIZE_FORMAT

#define TIFF_SIZE_FORMAT   "zu"

Definition at line 168 of file tif_config.h.

◆ TIFF_SSIZE_FORMAT

#define TIFF_SSIZE_FORMAT   PRId32

Definition at line 176 of file tif_config.h.

◆ USE_WIN32_FILEIO

#define USE_WIN32_FILEIO   1

Definition at line 133 of file tif_config.h.