aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/config.h.in b/config.h.in
index 54a2fcb9c..45f3e5114 100644
--- a/config.h.in
+++ b/config.h.in
@@ -41,13 +41,19 @@
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
-/* Define if your processor stores words with the most significant
- byte first (like Motorola and SPARC, unlike Intel and VAX). */
-#undef WORDS_BIGENDIAN
-
#undef M_DEBUG
#undef VERSION
#undef PACKAGE
+
+#undef BIG_ENDIAN_HOST
+#undef LITTLE_ENDIAN_HOST
+
+#undef HAVE_BYTE_TYPEDEF
+#undef HAVE_USHORT_TYPEDEF
+#undef HAVE_ULONG_TYPEDEF
+#undef HAVE_U16_TYPEDEF
+#undef HAVE_U32_TYPEDEF
+
/* RSA is only compiled in if you have these files. You can use
* RSA without any restrictions, if your not in the U.S. or
* wait until sep 20, 2000
@@ -78,11 +84,5 @@
/* Define if you have the <zlib.h> header file. */
#undef HAVE_ZLIB_H
-#ifdef WORDS_BIGENDIAN
- #define BIG_ENDIAN_HOST
-#else
- #define LITTLE_ENDIAN_HOST
-#endif
-
#endif /*G10_CONFIG_H*/