]>
git.saurik.com Git - wxWidgets.git/blob - src/tiff/libtiff/tif_config.wince.h
4 * TIFF library configuration header for Windows CE platform.
7 # error This version of tif_config.h header is dedicated for Windows CE platform!
10 /* Define to 1 if you have the <assert.h> header file. */
11 #define HAVE_ASSERT_H 1
13 /* Define to 1 if you have the <fcntl.h> header file. */
14 #define HAVE_FCNTL_H 1
16 /* Define as 0 or 1 according to the floating point format suported by the
20 /* Define to 1 if you have the `jbg_newlen' function. */
21 #define HAVE_JBG_NEWLEN 1
23 /* Define to 1 if you have the <string.h> header file. */
24 #define HAVE_STRING_H 1
26 /* Define to 1 if you have the <sys/types.h> header file. */
27 #undef HAVE_SYS_TYPES_H
29 /* Define to 1 if you have the <io.h> header file. */
32 /* Define to 1 if you have the <search.h> header file. */
33 #define HAVE_SEARCH_H 1
35 /* Define to 1 if you have the `setmode' function. */
36 #define HAVE_SETMODE 1
38 /* Define to 1 if you have the `bsearch' function. */
39 #define HAVE_BSEARCH 1
40 #define bsearch wceex_bsearch
42 /* Define to 1 if you have the `lfind' function. */
44 #define lfind wceex_lfind
46 /* The size of a `int', as computed by sizeof. */
49 /* Set the native cpu bit order */
50 #define HOST_FILLORDER FILLORDER_LSB2MSB
52 /* Define to 1 if your processor stores words with the most significant byte
53 first (like Motorola and SPARC, unlike Intel and VAX). */
54 /* #undef WORDS_BIGENDIAN */
56 /* Define to `__inline__' or `__inline' if that's what the C compiler
57 calls it, or to nothing if 'inline' is not supported under any name. */
60 # define inline __inline