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