Blame libtiff/tif_config.h-vms

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 HAVE_UNISTD_H 1
Packit 994f1a
Packit 994f1a
#define HAVE_STRING_H 1
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
/* 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
/* 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
/*
Packit 994f1a
#ifndef __cplusplus
Packit 994f1a
# ifndef inline
Packit 994f1a
#  define inline __inline
Packit 994f1a
# endif
Packit 994f1a
#endif
Packit 994f1a
*/
Packit 994f1a
Packit 994f1a
// #define lfind _lfind