summaryrefslogtreecommitdiff
path: root/macos
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-03-20 22:33:03 +0100
committerKevin Ryde <user42@zip.com.au>2002-03-20 22:33:03 +0100
commit67ac222f1b895f0c92905f4c37305077b8515e1a (patch)
tree4240961c1e1281cdc5b58587dfd352b8fa46e265 /macos
parent40fed36d9eb91bdf5305ebd82c3764eec6636c2b (diff)
downloadgmp-67ac222f1b895f0c92905f4c37305077b8515e1a.tar.gz
* configure.in, gmp-h.in, mp-h.in, macos/configure: Use
__GMP_LIBGMP_DLL to enable windows declspec, don't require _WIN32 (etc), remove __GMP_LIBGMP_SHARED and __GMP_LIBGMP_STATIC.
Diffstat (limited to 'macos')
-rwxr-xr-xmacos/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/macos/configure b/macos/configure
index 91a037690..7a430f3cb 100755
--- a/macos/configure
+++ b/macos/configure
@@ -2,7 +2,7 @@
# Note that this script can't be run directly from MPW perl
# because it has the wrong end-of-line characters. See README.
-# Copyright 2000, 2001 Free Software Foundation, Inc.
+# Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
@@ -109,9 +109,9 @@ my %vars =
'__GMP_BITS_PER_MP_LIMB' => 32,
'__GMP_HAVE_HOST_CPU_FAMILY_power' => 0,
'__GMP_HAVE_HOST_CPU_FAMILY_powerpc' => 1,
+ 'GMP_NAIL_BITS' => 0,
'DEFN_LONG_LONG_LIMB' => '',
- '__GMP_LIBGMP_STATIC' => 0,
- '__GMP_LIBGMP_SHARED' => 0,
+ '__GMP_LIBGMP_DLL' => 0,
);
my $make_in = 'Makefile.in';