aboutsummaryrefslogtreecommitdiff
path: root/fastjar/config.h.in
diff options
context:
space:
mode:
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 d1c71b0..5d8f6d6 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
+