diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-11 16:47:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-11 16:47:47 +0000 |
commit | 0ff4ab9592dd753051d5a6db63f07c56c367f1ed (patch) | |
tree | 33b9e2189c142d97ee19ea273f013771e3ace666 /Build/source/texk/web2c/c-auto.in | |
parent | cd2bd80c32376c7af756da7ed6f377ad2577650c (diff) |
initial attempt at luatex build
git-svn-id: svn://tug.org/texlive/trunk@7379 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/c-auto.in')
-rw-r--r-- | Build/source/texk/web2c/c-auto.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/c-auto.in b/Build/source/texk/web2c/c-auto.in index 61b721ca28f..dad0a90f089 100644 --- a/Build/source/texk/web2c/c-auto.in +++ b/Build/source/texk/web2c/c-auto.in @@ -174,9 +174,13 @@ /* metafont: Define to include Uniterm window support */ #undef UNITERMWIN -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ +#if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +#elif ! defined __LITTLE_ENDIAN__ +# undef WORDS_BIGENDIAN +#endif /* Define to include X11 window in Metafont. */ #undef X11WIN |