summaryrefslogtreecommitdiff
path: root/mp-h.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-03-08 00:38:13 +0100
committerKevin Ryde <user42@zip.com.au>2001-03-08 00:38:13 +0100
commitd903c2c9cb7f60737968fa05a2f8a671f671ae16 (patch)
tree7bad1e718dff0ec1a4b5fb67e6ad192d698a5cf7 /mp-h.in
parente6580ab3a72559f7ac733ffedae53adae93cdea9 (diff)
downloadgmp-d903c2c9cb7f60737968fa05a2f8a671f671ae16.tar.gz
* configure.in (gmp.h, mp.h, demos/expr/expr-impl.h): Generate using
AM_CONFIG_HEADER. (_LONG_LONG_LIMB, HAVE_MPFR): Change to AC_DEFINEs. * gmp-h.in, mp-h.in, demos/expr/expr-impl-h.in: Change to #undef's.
Diffstat (limited to 'mp-h.in')
-rw-r--r--mp-h.in13
1 files changed, 4 insertions, 9 deletions
diff --git a/mp-h.in b/mp-h.in
index f8c0887ba..768d5ca49 100644
--- a/mp-h.in
+++ b/mp-h.in
@@ -1,7 +1,7 @@
-/* mp.h -- Definitions for the GNU multiple precision library -*- mode: c -*-
+/* mp-h.in -- Definitions for the GNU multiple precision library -*-mode:c-*-
BSD mp compatible functions.
-Copyright 1991, 1993, 1994, 1995, 1996, 2000 Free Software Foundation,
+Copyright 1991, 1993, 1994, 1995, 1996, 2000, 2001 Free Software Foundation,
Inc.
This file is part of the GNU MP Library.
@@ -30,13 +30,8 @@ MA 02111-1307, USA. */
#undef __need_size_t
-#if defined (__mips) && defined (_ABIN32)
-/* Force the use of 64-bit limbs for all 64-bit MIPS CPUs if ABI permits. */
-#define _LONG_LONG_LIMB
-#else
-/* For other CPUs, the following is instantiated at configure time. */
-@define_LONG_LONG_LIMB@
-#endif
+/* The following instantiated by configure, for internal use only */
+#undef _LONG_LONG_LIMB
#if (__STDC__-0) || defined (__cplusplus)