kusano 7d535a
/* $Id: tif_config.wince.h,v 1.3 2010-03-10 18:56:48 bfriesen Exp $ */
kusano 7d535a
kusano 7d535a
/*
kusano 7d535a
 * TIFF library configuration header for Windows CE platform.
kusano 7d535a
 */
kusano 7d535a
#ifndef _WIN32_WCE
kusano 7d535a
# error This version of tif_config.h header is dedicated for Windows CE platform!
kusano 7d535a
#endif
kusano 7d535a
kusano 7d535a
/* Define to 1 if you have the <assert.h> header file. */</assert.h>
kusano 7d535a
#define HAVE_ASSERT_H 1
kusano 7d535a
kusano 7d535a
/* Define to 1 if you have the <fcntl.h> header file. */</fcntl.h>
kusano 7d535a
#define  HAVE_FCNTL_H 1
kusano 7d535a
kusano 7d535a
/* Define as 0 or 1 according to the floating point format suported by the
kusano 7d535a
   machine */
kusano 7d535a
#define HAVE_IEEEFP 1
kusano 7d535a
kusano 7d535a
/* Define to 1 if you have the `jbg_newlen' function. */
kusano 7d535a
#define HAVE_JBG_NEWLEN 1
kusano 7d535a
kusano 7d535a
/* Define to 1 if you have the <string.h> header file. */</string.h>
kusano 7d535a
#define HAVE_STRING_H 1
kusano 7d535a
kusano 7d535a
/* Define to 1 if you have the <sys types.h=""> header file. */</sys>
kusano 7d535a
#undef HAVE_SYS_TYPES_H
kusano 7d535a
kusano 7d535a
/* Define to 1 if you have the <io.h> header file. */</io.h>
kusano 7d535a
#define HAVE_IO_H 1
kusano 7d535a
kusano 7d535a
/* Define to 1 if you have the <search.h> header file. */</search.h>
kusano 7d535a
#define HAVE_SEARCH_H 1
kusano 7d535a
kusano 7d535a
/* Define to 1 if you have the `setmode' function. */
kusano 7d535a
#define HAVE_SETMODE 1
kusano 7d535a
kusano 7d535a
/* Define to 1 if you have the `bsearch' function. */
kusano 7d535a
#define HAVE_BSEARCH 1
kusano 7d535a
#define bsearch wceex_bsearch
kusano 7d535a
kusano 7d535a
/* Define to 1 if you have the `lfind' function. */
kusano 7d535a
#define HAVE_LFIND 1
kusano 7d535a
#define lfind wceex_lfind
kusano 7d535a
kusano 7d535a
/* The size of a `int', as computed by sizeof. */
kusano 7d535a
#define SIZEOF_INT 4
kusano 7d535a
kusano 7d535a
/* Set the native cpu bit order */
kusano 7d535a
#define HOST_FILLORDER FILLORDER_LSB2MSB
kusano 7d535a
kusano 7d535a
/* Define to 1 if your processor stores words with the most significant byte
kusano 7d535a
   first (like Motorola and SPARC, unlike Intel and VAX). */
kusano 7d535a
/* #undef WORDS_BIGENDIAN */
kusano 7d535a
kusano 7d535a
/* Define to `__inline__' or `__inline' if that's what the C compiler
kusano 7d535a
   calls it, or to nothing if 'inline' is not supported under any name.  */
kusano 7d535a
#ifndef __cplusplus
kusano 7d535a
# ifndef inline
kusano 7d535a
#  define inline __inline
kusano 7d535a
# endif
kusano 7d535a
#endif
kusano 7d535a
kusano 7d535a
kusano 7d535a
/*
kusano 7d535a
 * Local Variables:
kusano 7d535a
 * mode: c
kusano 7d535a
 * c-basic-offset: 8
kusano 7d535a
 * fill-column: 78
kusano 7d535a
 * End:
kusano 7d535a
 */