* config.h.in: Rebuilt.
authorTom Tromey <tromey@redhat.com>
Tue, 14 Jan 2003 21:16:20 +0000 (21:16 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 14 Jan 2003 21:16:20 +0000 (21:16 +0000)
From-SVN: r61302

fastjar/ChangeLog
fastjar/config.h.in

index bb40253b929123a6db49632d2800b1d10e6a4f11..7fdadd228aa01f5973509c37c3948fef9e5811ab 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-14  Tom Tromey  <tromey@redhat.com>
+
+       * config.h.in: Rebuilt.
+
 2002-12-30  DJ Delorie  <dj@redhat.com>
 
        * Makefile.am (jar.1, grepjar.1): Protect against
index 05d0c6ec1f54c7ffa2e25eeb626a68c693d52dd5..61fcc9da7bd4cc48f80d9abaf5e7cda982c75467 100644 (file)
 /* Define if you have the <fcntl.h> header file.  */
 #undef HAVE_FCNTL_H
 
+/* Define if you have the <limits.h> header file.  */
+#undef HAVE_LIMITS_H
+
 /* Define if you have the <ndir.h> header file.  */
 #undef HAVE_NDIR_H
 
 /* Define if you have the <stdlib.h> header file.  */
 #undef HAVE_STDLIB_H
 
-/* Define if you have the <limits.h> header file.  */
-#undef HAVE_LIMITS_H
-
 /* Define if you have the <sys/dir.h> header file.  */
 #undef HAVE_SYS_DIR_H
 
@@ -61,7 +61,13 @@ single argument. */
 /* The number of bytes in type long long */
 #undef SIZEOF_LONG_LONG
 
+/* whether byteorder is bigendian */
+#undef WORDS_BIGENDIAN
+
 /* Define if the host machine stores words of multi-word integers in
    big-endian order. */
-#undef WORDS_BIG_ENDIAN
+#undef HOST_WORDS_BIG_ENDIAN
+
+/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
+#undef BYTEORDER