AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2009.09.11 16:15 "[Tiff] WORDS_BIGENDIAN used inconsistently", by Dwight Kelly
2009.09.11 17:09 "Re: [Tiff] WORDS_BIGENDIAN used inconsistently", by Bob Friesenhahn
2009.09.11 17:56 "Re: [Tiff] WORDS_BIGENDIAN used inconsistently", by Dwight Kelly
2009.09.11 18:26 "Re: [Tiff] WORDS_BIGENDIAN used inconsistently", by
2009.09.11 19:10 "Re: [Tiff] WORDS_BIGENDIAN used inconsistently", by Toby Thain
2009.09.11 18:44 "Re: [Tiff] WORDS_BIGENDIAN used inconsistently", by Bob Friesenhahn
2009.09.15 22:48 "Re: [Tiff] JPEG images from Dwights sample code", by Kevin Myers
2009.09.15 20:53 "[Tiff] JPEG images from Dwights sample code", by Richard Nolde
2009.09.15 22:19 "Re: [Tiff] JPEG images from Dwights sample code", by Dwight Kelly
2009.09.15 23:31 "Re: [Tiff] JPEG images from Dwights sample code", by Toby Thain
2009.09.16 00:17 "Re: [Tiff] JPEG images from Dwights sample code", by Chris Cox

2009.09.11 16:15 "[Tiff] WORDS_BIGENDIAN used inconsistently", by Dwight Kelly

Hello, the define WORDS_BIGENDIAN is used inconsistently in libtiff 3.9.1 source.

tif_open.c uses:

#ifdef WORDS_BIGENDIAN
..
#else
..
#endif

whereas tif_predict.c uses:

#if WORDS_BIGENDIAN
..
#else
..
#endif

port.h is created by configure script but not used by any source modules.

What is the purpose of having both tif_config.h and tiffconfig.h?

Sincerely,

--
Dwight Kelly
Apago, Inc. 4080 McGinnis Ferry Rd Suite 601 Alpharetta, GA 30005
voice:(770) 619-1884 fax:(770) 619-1885
email: dkelly@apago.com web: http://www.apago.com