PBRT
|
00001 /* Define to 1 if you have the <assert.h> header file. */ 00002 #define HAVE_ASSERT_H 1 00003 00004 /* Define to 1 if you have the <fcntl.h> header file. */ 00005 #define HAVE_FCNTL_H 1 00006 00007 /* Define as 0 or 1 according to the floating point format suported by the 00008 machine */ 00009 #define HAVE_IEEEFP 1 00010 00011 /* Define to 1 if you have the `jbg_newlen' function. */ 00012 #define HAVE_JBG_NEWLEN 1 00013 00014 /* Define to 1 if you have the <string.h> header file. */ 00015 #define HAVE_STRING_H 1 00016 00017 /* Define to 1 if you have the <sys/types.h> header file. */ 00018 #define HAVE_SYS_TYPES_H 1 00019 00020 /* Define to 1 if you have the <io.h> header file. */ 00021 #define HAVE_IO_H 1 00022 00023 /* Define to 1 if you have the <search.h> header file. */ 00024 #define HAVE_SEARCH_H 1 00025 00026 /* Define to 1 if you have the `setmode' function. */ 00027 #define HAVE_SETMODE 1 00028 00029 /* The size of a `int', as computed by sizeof. */ 00030 #define SIZEOF_INT 4 00031 00032 /* The size of a `long', as computed by sizeof. */ 00033 #define SIZEOF_LONG 4 00034 00035 /* Signed 64-bit type */ 00036 #define TIFF_INT64_T signed __int64 00037 00038 /* Unsigned 64-bit type */ 00039 #define TIFF_UINT64_T unsigned __int64 00040 00041 /* Set the native cpu bit order */ 00042 #define HOST_FILLORDER FILLORDER_LSB2MSB 00043 00044 /* Define to 1 if your processor stores words with the most significant byte 00045 first (like Motorola and SPARC, unlike Intel and VAX). */ 00046 /* #undef WORDS_BIGENDIAN */ 00047 00048 /* Define to `__inline__' or `__inline' if that's what the C compiler 00049 calls it, or to nothing if 'inline' is not supported under any name. */ 00050 #ifndef __cplusplus 00051 # ifndef inline 00052 # define inline __inline 00053 # endif 00054 #endif 00055 00056 #define lfind _lfind 00057 /* 00058 * Local Variables: 00059 * mode: c 00060 * c-basic-offset: 8 00061 * fill-column: 78 00062 * End: 00063 */