1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 19:52:20 +00:00

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