Update to 2.0.0 tree from current Fremantle build
[opencv] / 3rdparty / libtiff / tif_config.h
1 /* Define to 1 if you have the <assert.h> header file. */
2 #define HAVE_ASSERT_H 1
3
4 /* Define to 1 if you have the <fcntl.h> header file. */
5 #define HAVE_FCNTL_H 1
6
7 /* Define as 0 or 1 according to the floating point format suported by the
8    machine */
9 #define HAVE_IEEEFP 1
10
11 /* Define to 1 if you have the <sys/types.h> header file. */
12 #define HAVE_SYS_TYPES_H 1
13
14 /* Define to 1 if you have the <io.h> header file. */
15 #define HAVE_IO_H 0
16
17 /* The size of a `int', as computed by sizeof. */
18 #define SIZEOF_INT 4
19
20 /* The size of a `long', as computed by sizeof. */
21 #define SIZEOF_LONG 4
22
23 /* Set the native cpu bit order */
24 #define HOST_FILLORDER FILLORDER_LSB2MSB
25
26 /* Define to 1 if your processor stores words with the most significant byte
27    first (like Motorola and SPARC, unlike Intel and VAX). */
28 /* #undef WORDS_BIGENDIAN */
29
30 /* Define to `__inline__' or `__inline' if that's what the C compiler
31    calls it, or to nothing if 'inline' is not supported under any name.  */
32 #ifndef __cplusplus
33 #define inline __inline
34 #endif
35