Blame libtiff/tif_config.vc.h

Packit 994f1a
/* Define to 1 if you have the <assert.h> header file. */
Packit 994f1a
#define HAVE_ASSERT_H 1
Packit 994f1a
Packit 994f1a
/* Define to 1 if you have the <fcntl.h> header file. */
Packit 994f1a
#define HAVE_FCNTL_H 1
Packit 994f1a
Packit 994f1a
/* Define as 0 or 1 according to the floating point format suported by the
Packit 994f1a
   machine */
Packit 994f1a
#define HAVE_IEEEFP 1
Packit 994f1a
Packit 994f1a
/* Define to 1 if you have the `jbg_newlen' function. */
Packit 994f1a
#define HAVE_JBG_NEWLEN 1
Packit 994f1a
Packit 994f1a
/* Define to 1 if you have the <string.h> header file. */
Packit 994f1a
#define HAVE_STRING_H 1
Packit 994f1a
Packit 994f1a
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 994f1a
#define HAVE_SYS_TYPES_H 1
Packit 994f1a
Packit 994f1a
/* Define to 1 if you have the <io.h> header file. */
Packit 994f1a
#define HAVE_IO_H 1
Packit 994f1a
Packit 994f1a
/* Define to 1 if you have the <search.h> header file. */
Packit 994f1a
#define HAVE_SEARCH_H 1
Packit 994f1a
Packit 994f1a
/* Define to 1 if you have the `setmode' function. */
Packit 994f1a
#define HAVE_SETMODE 1
Packit 994f1a
Packit 994f1a
/* The size of a `int', as computed by sizeof. */
Packit 994f1a
#define SIZEOF_INT 4
Packit 994f1a
Packit 994f1a
/* The size of a `long', as computed by sizeof. */
Packit 994f1a
#define SIZEOF_LONG 4
Packit 994f1a
Packit 994f1a
/* Signed 64-bit type */
Packit 994f1a
#define TIFF_INT64_T signed __int64
Packit 994f1a
Packit 994f1a
/* Unsigned 64-bit type */
Packit 994f1a
#define TIFF_UINT64_T unsigned __int64
Packit 994f1a
Packit 994f1a
/* Set the native cpu bit order */
Packit 994f1a
#define HOST_FILLORDER FILLORDER_LSB2MSB
Packit 994f1a
Packit 994f1a
/* Define to 1 if your processor stores words with the most significant byte
Packit 994f1a
   first (like Motorola and SPARC, unlike Intel and VAX). */
Packit 994f1a
/* #undef WORDS_BIGENDIAN */
Packit 994f1a
Packit 994f1a
/* Define to `__inline__' or `__inline' if that's what the C compiler
Packit 994f1a
   calls it, or to nothing if 'inline' is not supported under any name.  */
Packit 994f1a
#ifndef __cplusplus
Packit 994f1a
# ifndef inline
Packit 994f1a
#  define inline __inline
Packit 994f1a
# endif
Packit 994f1a
#endif
Packit 994f1a
Packit 994f1a
#define lfind _lfind
Packit 994f1a
/*
Packit 994f1a
 * Local Variables:
Packit 994f1a
 * mode: c
Packit 994f1a
 * c-basic-offset: 8
Packit 994f1a
 * fill-column: 78
Packit 994f1a
 * End:
Packit 994f1a
 */