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