gecko-dev/other-licenses/libart_lgpl/config.h
bbaetz%cs.mcgill.ca d8718273b5 Remove the libart build system, and use mozilla's instead. Manually
generate config.h (based on nspr defines) and libart-features.h. Its the
only way this will work on win/mac, too.
2001-11-18 06:30:01 +00:00

10 lines
172 B
C

#include "prcpucfg.h"
/* We don't use configure here, so use nspr's #define instead */
#ifdef IS_BIG_ENDIAN
#define WORDS_BIGENDIAN 1
#else
#undef WORDS_BIGENDIAN
#endif