diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-14 21:16:20 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-14 21:16:20 +0000 |
commit | 29ad7ff6a90831166cb1825b91a570baa0119e86 (patch) | |
tree | 4f64b5c747f9b7e4a9d9e03edf5aa0016a0f47de /fastjar/config.h.in | |
parent | ca3a9cf3dbd185d310e2781c24af0a070ac3addc (diff) | |
download | gcc-29ad7ff6a90831166cb1825b91a570baa0119e86.tar.gz |
* config.h.in: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61302 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/config.h.in')
-rw-r--r-- | fastjar/config.h.in | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/fastjar/config.h.in b/fastjar/config.h.in index 05d0c6ec1f5..61fcc9da7bd 100644 --- a/fastjar/config.h.in +++ b/fastjar/config.h.in @@ -15,15 +15,15 @@ /* 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 |