PBRT
/home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/tiff-3.9.4/tif_config.wince.h
00001 /* $Id: tif_config.wince.h,v 1.1.2.1 2010-06-08 18:50:41 bfriesen Exp $ */
00002 
00003 /*
00004  * TIFF library configuration header for Windows CE platform.
00005  */
00006 #ifndef _WIN32_WCE
00007 # error This version of tif_config.h header is dedicated for Windows CE platform!
00008 #endif
00009 
00010 /* Define to 1 if you have the <assert.h> header file. */
00011 #define HAVE_ASSERT_H 1
00012 
00013 /* Define to 1 if you have the <fcntl.h> header file. */
00014 #define  HAVE_FCNTL_H 1
00015 
00016 /* Define as 0 or 1 according to the floating point format suported by the
00017    machine */
00018 #define HAVE_IEEEFP 1
00019 
00020 /* Define to 1 if you have the `jbg_newlen' function. */
00021 #define HAVE_JBG_NEWLEN 1
00022 
00023 /* Define to 1 if you have the <string.h> header file. */
00024 #define HAVE_STRING_H 1
00025 
00026 /* Define to 1 if you have the <sys/types.h> header file. */
00027 #undef HAVE_SYS_TYPES_H
00028 
00029 /* Define to 1 if you have the <io.h> header file. */
00030 #define HAVE_IO_H 1
00031 
00032 /* Define to 1 if you have the <search.h> header file. */
00033 #define HAVE_SEARCH_H 1
00034 
00035 /* Define to 1 if you have the `setmode' function. */
00036 #define HAVE_SETMODE 1
00037 
00038 /* Define to 1 if you have the `bsearch' function. */
00039 #define HAVE_BSEARCH 1
00040 #define bsearch wceex_bsearch
00041 
00042 /* Define to 1 if you have the `lfind' function. */
00043 #define HAVE_LFIND 1
00044 #define lfind wceex_lfind
00045 
00046 /* The size of a `int', as computed by sizeof. */
00047 #define SIZEOF_INT 4
00048 
00049 /* The size of a `long', as computed by sizeof. */
00050 #define SIZEOF_LONG 4
00051 
00052 /* Set the native cpu bit order */
00053 #define HOST_FILLORDER FILLORDER_LSB2MSB
00054 
00055 /* Define to 1 if your processor stores words with the most significant byte
00056    first (like Motorola and SPARC, unlike Intel and VAX). */
00057 /* #undef WORDS_BIGENDIAN */
00058 
00059 /* Define to `__inline__' or `__inline' if that's what the C compiler
00060    calls it, or to nothing if 'inline' is not supported under any name.  */
00061 #ifndef __cplusplus
00062 # ifndef inline
00063 #  define inline __inline
00064 # endif
00065 #endif
00066 
00067 
00068 /*
00069  * Local Variables:
00070  * mode: c
00071  * c-basic-offset: 8
00072  * fill-column: 78
00073  * End:
00074  */