summaryrefslogtreecommitdiff
path: root/fastjar/config.h.in
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-09-09 21:19:16 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-09-09 21:19:16 +0000
commit710ed3da8b2ca007d29d00b7b5ad72cf540caf7f (patch)
tree4e0fdbf6507f56249226b4f9452f6f69f784a41a /fastjar/config.h.in
parent1630162c93ccec9d3332154d77053cb703476117 (diff)
downloadgcc-710ed3da8b2ca007d29d00b7b5ad72cf540caf7f.tar.gz
* jartool.c (mkdir): Define.
* config.h.in: Rebuilt. * aclocal.m4, configure: Rebuilt. * acinclude.m4: New file. Copied gcc_AC_COMPILE_CHECK_SIZEOF, gcc_AC_EXAMINE_OBJECT, and fastjar_AC_COMPILE_C_BIGENDIAN from aclocal.m4. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56983 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/config.h.in')
-rw-r--r--fastjar/config.h.in38
1 files changed, 19 insertions, 19 deletions
diff --git a/fastjar/config.h.in b/fastjar/config.h.in
index d1c71b04cdc..5d8f6d65eb5 100644
--- a/fastjar/config.h.in
+++ b/fastjar/config.h.in
@@ -9,25 +9,6 @@
/* Define if your <sys/time.h> declares struct tm. */
#undef TM_IN_SYS_TIME
-/* Define if your processor stores words with the most significant
- byte first (like Motorola and SPARC, unlike Intel and VAX). */
-#undef WORDS_BIGENDIAN
-
-/* The number of bytes in a char. */
-#undef SIZEOF_CHAR
-
-/* The number of bytes in a int. */
-#undef SIZEOF_INT
-
-/* The number of bytes in a long. */
-#undef SIZEOF_LONG
-
-/* The number of bytes in a long long. */
-#undef SIZEOF_LONG_LONG
-
-/* The number of bytes in a short. */
-#undef SIZEOF_SHORT
-
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
@@ -58,3 +39,22 @@
/* Version number of package */
#undef VERSION
+/* The number of bytes in type char */
+#undef SIZEOF_CHAR
+
+/* The number of bytes in type short */
+#undef SIZEOF_SHORT
+
+/* The number of bytes in type int */
+#undef SIZEOF_INT
+
+/* The number of bytes in type long */
+#undef SIZEOF_LONG
+
+/* The number of bytes in type long long */
+#undef SIZEOF_LONG_LONG
+
+/* Define if the host machine stores words of multi-word integers in
+ big-endian order. */
+#undef WORDS_BIG_ENDIAN
+