From 8d19f04f49f16f5956ac9e6d7ee7a3c70e083e63 Mon Sep 17 00:00:00 2001 From: Kelley Cook Date: Sun, 19 Dec 2004 16:26:06 +0000 Subject: [PATCH] config.h.in: Regenerate. 2004-12-19 Kelley Cook * include/config.h.in: Regenerate. From-SVN: r92379 --- libjava/ChangeLog | 4 ++++ libjava/include/config.h.in | 12 ------------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 9273fc917b6..05dede35523 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2004-12-19 Kelley Cook + + * include/config.h.in: Regenerate. + 2004-12-10 Andrew Haley PR java/15001 diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 7e9b70ddfbe..8722869e280 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