ReactOS 0.4.15-dev-7918-g2a2556c
tif_config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define HAVE_ASSERT_H   1
 
#define HAVE_FCNTL_H   1
 
#define HAVE_IEEEFP   1
 
#define HAVE_JBG_NEWLEN   1
 
#define HAVE_STRING_H   1
 
#define HAVE_SYS_TYPES_H   1
 
#define HAVE_IO_H   1
 
#define HAVE_SEARCH_H   1
 
#define HAVE_SETMODE   1
 
#define HAVE_DECL_OPTARG   0
 
#define SIZEOF_INT   4
 
#define SIZEOF_LONG   4
 
#define TIFF_INT64_FORMAT   "%I64d"
 
#define TIFF_INT64_T   signed __int64
 
#define TIFF_UINT64_FORMAT   "%I64u"
 
#define TIFF_UINT64_T   unsigned __int64
 
#define TIFF_PTRDIFF_T   signed int
 
#define SIZEOF_SIZE_T   4
 
#define TIFF_SIZE_FORMAT   "%u"
 
#define TIFF_SIZE_FORMAT   "%u"
 
#define TIFF_SIZE_T   unsigned int
 
#define TIFF_SSIZE_FORMAT   "%d"
 
#define TIFF_SSIZE_T   signed int
 
#define HOST_FILLORDER   FILLORDER_LSB2MSB
 
#define HAVE__SNPRINTF   1
 
#define snprintf   _snprintf
 
#define inline   __inline
 
#define lfind   _lfind
 

Macro Definition Documentation

◆ HAVE__SNPRINTF

#define HAVE__SNPRINTF   1

Definition at line 115 of file tif_config.h.

◆ HAVE_ASSERT_H

#define HAVE_ASSERT_H   1

Definition at line 5 of file tif_config.h.

◆ HAVE_DECL_OPTARG

#define HAVE_DECL_OPTARG   0

Definition at line 33 of file tif_config.h.

◆ HAVE_FCNTL_H

#define HAVE_FCNTL_H   1

Definition at line 8 of file tif_config.h.

◆ HAVE_IEEEFP

#define HAVE_IEEEFP   1

Definition at line 12 of file tif_config.h.

◆ HAVE_IO_H

#define HAVE_IO_H   1

Definition at line 24 of file tif_config.h.

◆ HAVE_JBG_NEWLEN

#define HAVE_JBG_NEWLEN   1

Definition at line 15 of file tif_config.h.

◆ HAVE_SEARCH_H

#define HAVE_SEARCH_H   1

Definition at line 27 of file tif_config.h.

◆ HAVE_SETMODE

#define HAVE_SETMODE   1

Definition at line 30 of file tif_config.h.

◆ HAVE_STRING_H

#define HAVE_STRING_H   1

Definition at line 18 of file tif_config.h.

◆ HAVE_SYS_TYPES_H

#define HAVE_SYS_TYPES_H   1

Definition at line 21 of file tif_config.h.

◆ HOST_FILLORDER

#define HOST_FILLORDER   FILLORDER_LSB2MSB

Definition at line 113 of file tif_config.h.

◆ inline

#define inline   __inline

Definition at line 126 of file tif_config.h.

◆ lfind

#define lfind   _lfind

Definition at line 130 of file tif_config.h.

◆ SIZEOF_INT

#define SIZEOF_INT   4

Definition at line 36 of file tif_config.h.

◆ SIZEOF_LONG

#define SIZEOF_LONG   4

Definition at line 39 of file tif_config.h.

◆ SIZEOF_SIZE_T

#define SIZEOF_SIZE_T   4

Definition at line 93 of file tif_config.h.

◆ snprintf

#define snprintf   _snprintf

Definition at line 116 of file tif_config.h.

◆ TIFF_INT64_FORMAT

#define TIFF_INT64_FORMAT   "%I64d"

Definition at line 42 of file tif_config.h.

◆ TIFF_INT64_T

#define TIFF_INT64_T   signed __int64

Definition at line 48 of file tif_config.h.

◆ TIFF_PTRDIFF_T

#define TIFF_PTRDIFF_T   signed int

Definition at line 90 of file tif_config.h.

◆ TIFF_SIZE_FORMAT [1/2]

#define TIFF_SIZE_FORMAT   "%u"

Definition at line 99 of file tif_config.h.

◆ TIFF_SIZE_FORMAT [2/2]

#define TIFF_SIZE_FORMAT   "%u"

Definition at line 99 of file tif_config.h.

◆ TIFF_SIZE_T

#define TIFF_SIZE_T   unsigned int

Definition at line 102 of file tif_config.h.

◆ TIFF_SSIZE_FORMAT

#define TIFF_SSIZE_FORMAT   "%d"

Definition at line 105 of file tif_config.h.

◆ TIFF_SSIZE_T

#define TIFF_SSIZE_T   signed int

Definition at line 108 of file tif_config.h.

◆ TIFF_UINT64_FORMAT

#define TIFF_UINT64_FORMAT   "%I64u"

Definition at line 52 of file tif_config.h.

◆ TIFF_UINT64_T

#define TIFF_UINT64_T   unsigned __int64

Definition at line 58 of file tif_config.h.