]>
git.saurik.com Git - wxWidgets.git/blob - src/tiff/port.h
2 * Warning, this file was automatically created by the TIFF configure script
3 * Actually, it has been modified to use wxWindows' values.
5 * DATE: Son Nov 28 15:15:07 GMT 1999
18 #include <sys/types.h>
19 #define HOST_FILLORDER FILLORDER_LSB2MSB
21 /* wxWindows defines WORDS_BIGENDIAN */
22 #ifdef WORDS_BIGENDIAN
23 #define HOST_BIGENDIAN 1
25 #define HOST_BIGENDIAN 0
28 /* wxWindows defines its own reading and writing routines */
29 /* #define HAVE_MMAP 1 */
37 typedef double dblparam_t
;
39 #ifdef __STRICT_ANSI__
40 #define INLINE __inline__
45 #define GLOBALDATA(TYPE,NAME) extern TYPE NAME
47 /* wxWindows defines wxUSE_LIBJPEG */
52 /* wxWindows defines wxUSE_ZLIB */