mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
d8718273b5
generate config.h (based on nspr defines) and libart-features.h. Its the only way this will work on win/mac, too.
10 lines
172 B
C
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
|