summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-12-23 23:33:02 +0100
committerKevin Ryde <user42@zip.com.au>2002-12-23 23:33:02 +0100
commitd75d69aa499ec1380ab238fc6a6723b1a84904f7 (patch)
tree61df288104d3f5a064a21f6061390e0a9eb7191a /config.in
parent990a2cec638eb16fda8d26c8524fccf1eb58e59b (diff)
downloadgmp-d75d69aa499ec1380ab238fc6a6723b1a84904f7.tar.gz
Regenerate for:
* configure.in (AC_CHECK_TYPES): Add uint_least32_t. (AC_CHECK_SIZEOF): Add unsigned short.
Diffstat (limited to 'config.in')
-rw-r--r--config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.in b/config.in
index b904ab7dd..fbc2d29f2 100644
--- a/config.in
+++ b/config.in
@@ -382,6 +382,9 @@ MA 02111-1307, USA.
/* Define to 1 if you have the `times' function. */
#undef HAVE_TIMES
+/* Define to 1 if the system has the type `uint_least32_t'. */
+#undef HAVE_UINT_LEAST32_T
+
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
@@ -428,6 +431,9 @@ MA 02111-1307, USA.
/* The size of a `unsigned long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG
+/* The size of a `unsigned short', as computed by sizeof. */
+#undef SIZEOF_UNSIGNED_SHORT
+
/* Define to 1 if sscanf requires writable inputs */
#undef SSCANF_WRITABLE_INPUT