]>
git.saurik.com Git - wxWidgets.git/blob - src/tiff/libtiff/tif_config.h
3 /* Define to 1 if you have the <assert.h> header file. */
4 #define HAVE_ASSERT_H 1
6 /* Define to 1 if you have the <fcntl.h> header file. */
9 /* Define as 0 or 1 according to the floating point format suported by the
13 /* Define to 1 if you have the <string.h> header file. */
14 #define HAVE_STRING_H 1
16 /* Define to 1 if you have the <sys/types.h> header file. */
17 #define HAVE_SYS_TYPES_H 1
19 /* Define to 1 if you have the <io.h> header file. */
20 /* #undef HAVE_IO_H */
22 /* Define to 1 if you have the <search.h> header file. */
23 #define HAVE_SEARCH_H 1
25 /* The size of a `int', as computed by sizeof. */
28 /* The size of a `long', as computed by sizeof. */
36 /* Set the native cpu bit order */
37 #define HOST_FILLORDER FILLORDER_MSB2LSB
39 /* Define to 1 if your processor stores words with the most significant byte
40 first (like Motorola and SPARC, unlike Intel and VAX). */
41 #define WORDS_BIGENDIAN 1
43 /* Set the native cpu bit order */
44 #define HOST_FILLORDER FILLORDER_LSB2MSB
46 /* Define to 1 if your processor stores words with the most significant byte
47 first (like Motorola and SPARC, unlike Intel and VAX). */
48 /* #undef WORDS_BIGENDIAN */
51 /* Define to `__inline__' or `__inline' if that's what the C compiler
52 calls it, or to nothing if 'inline' is not supported under any name. */
55 # define inline __inline
61 /* Define to 1 if you have the <assert.h> header file. */
62 #define HAVE_ASSERT_H 1
64 /* Define to 1 if you have the <fcntl.h> header file. */
65 #define HAVE_FCNTL_H 1
67 /* Define as 0 or 1 according to the floating point format suported by the
71 /* Define to 1 if you have the <string.h> header file. */
72 #define HAVE_STRING_H 1
74 /* Define to 1 if you have the <sys/types.h> header file. */
75 #define HAVE_SYS_TYPES_H 1
77 /* Define to 1 if you have the <io.h> header file. */
80 /* Define to 1 if you have the <search.h> header file. */
81 #define HAVE_SEARCH_H 1
83 /* The size of a `int', as computed by sizeof. */
86 /* The size of a `long', as computed by sizeof. */
89 /* Set the native cpu bit order */
90 #define HOST_FILLORDER FILLORDER_LSB2MSB
92 /* Define to 1 if your processor stores words with the most significant byte
93 first (like Motorola and SPARC, unlike Intel and VAX). */
94 /* #undef WORDS_BIGENDIAN */
96 /* Define to `__inline__' or `__inline' if that's what the C compiler
97 calls it, or to nothing if 'inline' is not supported under any name. */
100 # define inline __inline
104 #if !defined (__BORLANDC__) && !defined (__WATCOMC__)
115 # undef HAVE_SYS_TYPES_H
118 CE headers don't define these standard constants (not even underscored
119 versions), provide our own replacements as they seem to be only used in
120 libtiff own code anyhow.
122 # define O_RDONLY 0x0000
123 # define O_WRONLY 0x0001
124 # define O_RDWR 0x0002
125 # define O_CREAT 0x0100
126 # define O_TRUNC 0x0200
127 # define O_EXCL 0x0400
128 #endif /* _WIN32_WCE */
130 #endif /* __APPLE__/!__APPLE__ */