diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2004-12-19 16:26:06 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-12-19 16:26:06 +0000 |
commit | 8d19f04f49f16f5956ac9e6d7ee7a3c70e083e63 (patch) | |
tree | 1a7e3096f2ffa4e0e530e0f743604a265b2b0c50 /libjava/include | |
parent | 4d49a67df0b24c08f734c9cd5de186d216b37e3b (diff) | |
download | gcc-8d19f04f49f16f5956ac9e6d7ee7a3c70e083e63.zip gcc-8d19f04f49f16f5956ac9e6d7ee7a3c70e083e63.tar.gz gcc-8d19f04f49f16f5956ac9e6d7ee7a3c70e083e63.tar.bz2 |
config.h.in: Regenerate.
2004-12-19 Kelley Cook <kcook@gcc.gnu.org>
* include/config.h.in: Regenerate.
From-SVN: r92379
Diffstat (limited to 'libjava/include')
-rw-r--r-- | libjava/include/config.h.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 7e9b70d..8722869 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -429,18 +429,6 @@ STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION -/* whether byteorder is bigendian */ -#undef WORDS_BIGENDIAN - -/* Define if the host machine stores words of multi-word integers in - big-endian order. */ -#undef HOST_WORDS_BIG_ENDIAN - -/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */ -#undef BYTEORDER - -/* Short GCJ version ID */ -#undef GCJVERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS |