Blame win32/tiff/tif_config.h

Packit df99a1
/* Define to 1 if you have the <assert.h> header file. */
Packit df99a1
#define HAVE_ASSERT_H 1
Packit df99a1
Packit df99a1
/* Define to 1 if you have the <fcntl.h> header file. */
Packit df99a1
#define HAVE_FCNTL_H 1
Packit df99a1
Packit df99a1
/* Define as 0 or 1 according to the floating point format suported by the
Packit df99a1
   machine */
Packit df99a1
#define HAVE_IEEEFP 1
Packit df99a1
Packit df99a1
/* Define to 1 if you have the <string.h> header file. */
Packit df99a1
#define HAVE_STRING_H 1
Packit df99a1
Packit df99a1
/* Define to 1 if you have the <sys/types.h> header file. */
Packit df99a1
#define HAVE_SYS_TYPES_H 1
Packit df99a1
Packit df99a1
/* Define to 1 if you have the <io.h> header file. */
Packit df99a1
#define HAVE_IO_H 1
Packit df99a1
Packit df99a1
/* Define to 1 if you have the <search.h> header file. */
Packit df99a1
#define HAVE_SEARCH_H 1
Packit df99a1
Packit df99a1
/* The size of a `int', as computed by sizeof. */
Packit df99a1
#define SIZEOF_INT 4
Packit df99a1
Packit df99a1
/* The size of a `long', as computed by sizeof. */
Packit df99a1
#define SIZEOF_LONG 4
Packit df99a1
Packit df99a1
/* Set the native cpu bit order */
Packit df99a1
#define HOST_FILLORDER FILLORDER_LSB2MSB
Packit df99a1
Packit df99a1
/* Define to 1 if your processor stores words with the most significant byte
Packit df99a1
   first (like Motorola and SPARC, unlike Intel and VAX). */
Packit df99a1
/* #undef WORDS_BIGENDIAN */
Packit df99a1
Packit df99a1
/* Define to `__inline__' or `__inline' if that's what the C compiler
Packit df99a1
   calls it, or to nothing if 'inline' is not supported under any name.  */
Packit df99a1
#ifndef __cplusplus
Packit df99a1
# ifndef inline
Packit df99a1
#  define inline __inline
Packit df99a1
# endif
Packit df99a1
#endif
Packit df99a1
Packit df99a1
#define lfind _lfind