summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-09-29 00:01:01 +0200
committerKevin Ryde <user42@zip.com.au>2000-09-29 00:01:01 +0200
commitc09862494f9b16fc16c053945ca152fa3ad2dafd (patch)
tree05b3c5d3b3f9464e23030238d0a293f92420f8e3 /config.in
parentd7f7ebadc354231abb773fc8cf46ddf80d860c8e (diff)
downloadgmp-c09862494f9b16fc16c053945ca152fa3ad2dafd.tar.gz
Regenerate for:
* acconfig.in (BYTES_PER_MP_LIMB etc): Add #undefs.
Diffstat (limited to 'config.in')
-rw-r--r--config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.in b/config.in
index 8b2546ef1..78b2443aa 100644
--- a/config.in
+++ b/config.in
@@ -24,6 +24,14 @@ MA 02111-1307, USA.
/* Define if a limb is long long. */
#undef _LONG_LONG_LIMB
+/* Define sizes here if they're not in gmp-mparam.h. */
+#undef BYTES_PER_MP_LIMB
+#undef BITS_PER_MP_LIMB
+#undef BITS_PER_LONGINT
+#undef BITS_PER_INT
+#undef BITS_PER_SHORTINT
+#undef BITS_PER_CHAR
+
/* Define if we have native implementation of function. */
#undef HAVE_NATIVE_
#undef HAVE_NATIVE_mpn_add