From b2dc6340248b4a997849fc9fdceb02901fcb93ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sat, 11 Jul 1998 17:58:21 +0200 Subject: [PATCH] Now supports gmp2. FIXME: Should really use acconfig instead... Rev: src/modules/Gmp/gmp_machine.h.in:1.3 --- src/modules/Gmp/gmp_machine.h.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/modules/Gmp/gmp_machine.h.in b/src/modules/Gmp/gmp_machine.h.in index 0bdc06a68b..90f1cb0527 100644 --- a/src/modules/Gmp/gmp_machine.h.in +++ b/src/modules/Gmp/gmp_machine.h.in @@ -1,7 +1,13 @@ -/* $Id: gmp_machine.h.in,v 1.2 1998/03/28 14:51:57 grubba Exp $ */ +/* $Id: gmp_machine.h.in,v 1.3 1998/07/11 15:58:21 grubba Exp $ */ #ifndef GMP_MACHINE_H #define GMP_MACHINE_H +/* Define this if you have <gmp2/gmp.h> */ +#undef HAVE_GMP2_GMP_H + +/* Define this if you have -lgmp2 */ +#undef HAVE_LIBGMP2 + /* Define this if you have <gmp.h> */ #undef HAVE_GMP_H -- GitLab