Blame thirdparty/tiff-4.0.3/libtiff/tif_config.h-vms
|
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 HAVE_UNISTD_H 1
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
#define HAVE_STRING_H 1
|
|
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 |
/* 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 |
/* Set the native cpu bit order */
|
|
roentgen |
b75cab |
#define HOST_FILLORDER FILLORDER_LSB2MSB
|
|
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 |
/*
|
|
roentgen |
b75cab |
#ifndef __cplusplus
|
|
roentgen |
b75cab |
# ifndef inline
|
|
roentgen |
b75cab |
# define inline __inline
|
|
roentgen |
b75cab |
# endif
|
|
roentgen |
b75cab |
#endif
|
|
roentgen |
b75cab |
*/
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
// #define lfind _lfind
|