ReactOS
0.4.16-dev-736-g28b802b
tif_config.wince.h
Go to the documentation of this file.
1
/*
2
* TIFF library configuration header for Windows CE platform.
3
*/
4
#ifndef _WIN32_WCE
5
# error This version of tif_config.h header is dedicated for Windows CE platform!
6
#endif
7
8
/* Define to 1 if you have the <assert.h> header file. */
9
#define HAVE_ASSERT_H 1
10
11
/* Define to 1 if you have the <fcntl.h> header file. */
12
#define HAVE_FCNTL_H 1
13
14
/* Define as 0 or 1 according to the floating point format suported by the
15
machine */
16
#define HAVE_IEEEFP 1
17
18
/* Define to 1 if you have the `jbg_newlen' function. */
19
#define HAVE_JBG_NEWLEN 1
20
21
/* Define to 1 if you have the <string.h> header file. */
22
#define HAVE_STRING_H 1
23
24
/* Define to 1 if you have the <sys/types.h> header file. */
25
#undef HAVE_SYS_TYPES_H
26
27
/* Define to 1 if you have the <io.h> header file. */
28
#define HAVE_IO_H 1
29
30
/* Define to 1 if you have the <search.h> header file. */
31
#define HAVE_SEARCH_H 1
32
33
/* Define to 1 if you have the `setmode' function. */
34
#define HAVE_SETMODE 1
35
36
/* Define to 1 if you have the `bsearch' function. */
37
#define HAVE_BSEARCH 1
38
#define bsearch wceex_bsearch
39
40
/* Define to 1 if you have the `lfind' function. */
41
#define HAVE_LFIND 1
42
#define lfind wceex_lfind
43
44
/* The size of a `int', as computed by sizeof. */
45
#define SIZEOF_INT 4
46
47
/* Set the native cpu bit order */
48
#define HOST_FILLORDER FILLORDER_LSB2MSB
49
50
/* Define to 1 if your processor stores words with the most significant byte
51
first (like Motorola and SPARC, unlike Intel and VAX). */
52
/* #undef WORDS_BIGENDIAN */
53
54
/* Define to `__inline__' or `__inline' if that's what the C compiler
55
calls it, or to nothing if 'inline' is not supported under any name. */
56
#ifndef __cplusplus
57
# ifndef inline
58
# define inline __inline
59
# endif
60
#endif
61
62
63
/*
64
* Local Variables:
65
* mode: c
66
* c-basic-offset: 8
67
* fill-column: 78
68
* End:
69
*/
sdk
include
reactos
libs
libtiff
tif_config.wince.h
Generated on Tue Feb 11 2025 06:13:02 for ReactOS by
1.9.6