Rudimentary LSBBitOrder for FreeBSD

This commit is contained in:
Marcin Cieslak
2012-08-30 21:57:07 +02:00
committed by Jon Trulson
parent a06126dd4c
commit 3ef58433e6

View File

@@ -52,6 +52,19 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
# define HasGcc2 YES
#endif
/* For DtHelp TIFF processing routines. */
#ifdef AMD64Architecture
#define LSBBitOrder YES
#endif
#ifdef ARMArchitecture
#define LSBBitOrder YES
#endif
#ifdef i386Architecture
#define LSBBitOrder YES
#endif
#define MkdirHierCmd mkdir -p
#define CcCmd gcc