Blame libtiff/tif_config.h-vms

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