summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-01-08 00:24:37 +0100
committerKevin Ryde <user42@zip.com.au>2001-01-08 00:24:37 +0100
commitca9f7dd73391d4958e3602469242c275c601cf2a (patch)
tree0605dbc051c41fdac2ab1c5c0551f3a50e2e1d5d /config.in
parentdbf4942b09de595f0efb37d06fd37248b3678d84 (diff)
downloadgmp-ca9f7dd73391d4958e3602469242c275c601cf2a.tar.gz
Regenerate for:
* mpn/*/gmp-mparam.h, acinclude.m4, tests/t-constants.c (BITS_PER_LONGINT, BITS_PER_INT, BITS_PER_SHORTINT, BITS_PER_CHAR): Remove defines, remove probings, remove tests.
Diffstat (limited to 'config.in')
-rw-r--r--config.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/config.in b/config.in
index 863e624a3..84318f1bf 100644
--- a/config.in
+++ b/config.in
@@ -134,21 +134,9 @@ MA 02111-1307, USA.
/* a dummy to make autoheader happy */
#undef HAVE_NATIVE_
-/* bits per char, if not in gmp-mparam.h */
-#undef BITS_PER_CHAR
-
-/* bits per int, if not in gmp-mparam.h */
-#undef BITS_PER_INT
-
-/* bits per long, if not in gmp-mparam.h */
-#undef BITS_PER_LONGINT
-
/* bits per mp_limb_t, if not in gmp-mparam.h */
#undef BITS_PER_MP_LIMB
-/* bits per short, if not in gmp-mparam.h */
-#undef BITS_PER_SHORTINT
-
/* bytes per mp_limb_t, if not in gmp-mparam.h */
#undef BYTES_PER_MP_LIMB
@@ -252,18 +240,9 @@ MA 02111-1307, USA.
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
-/* The size of a `int', as computed by sizeof. */
-#undef SIZEOF_INT
-
-/* The size of a `long', as computed by sizeof. */
-#undef SIZEOF_LONG
-
/* The size of a `mp_limb_t', as computed by sizeof. */
#undef SIZEOF_MP_LIMB_T
-/* The size of a `short', as computed by sizeof. */
-#undef SIZEOF_SHORT
-
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS