]>
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 wxWidgets' values.
5 * DATE: Son Nov 28 15:15:07 GMT 1999
19 libtiff uses ulong_t and other things which are not defined in HP-UX headers
20 unless _INCLUDE_HPUX_SOURCE is defined and this, in turn, doesn't compile if
21 _INCLUDE_XOPEN_SOURCE is not defined, so define both of them (system headers
22 also use _INCLUDE_POSIX_SOURCE but it doesn't seem to be needed for now).
25 #define _INCLUDE_XOPEN_SOURCE
26 #define _INCLUDE_HPUX_SOURCE
29 #include <sys/types.h>
30 #define HOST_FILLORDER FILLORDER_LSB2MSB
32 /* wxWidgets defines WORDS_BIGENDIAN */
33 #ifdef WORDS_BIGENDIAN
34 #define HOST_BIGENDIAN 1
36 #define HOST_BIGENDIAN 0
39 /* wxWidgets defines its own reading and writing routines */
40 /* #define HAVE_MMAP 1 */
48 typedef double dblparam_t
;
50 #ifdef __STRICT_ANSI__
51 #define INLINE __inline__
56 #define GLOBALDATA(TYPE,NAME) extern TYPE NAME
58 /* wxWidgets defines wxUSE_LIBJPEG */
63 /* wxWidgets defines wxUSE_ZLIB */