1*cbbb2b68Smatt /* Generic C gmp-mparam.h -- Compiler/machine parameter header file. 2*cbbb2b68Smatt 3*cbbb2b68Smatt Copyright 1991, 1993, 1994, 2000 Free Software Foundation, Inc. 4*cbbb2b68Smatt 5*cbbb2b68Smatt This file is part of the GNU MP Library. 6*cbbb2b68Smatt 7*cbbb2b68Smatt The GNU MP Library is free software; you can redistribute it and/or modify 8*cbbb2b68Smatt it under the terms of the GNU Lesser General Public License as published by 9*cbbb2b68Smatt the Free Software Foundation; either version 3 of the License, or (at your 10*cbbb2b68Smatt option) any later version. 11*cbbb2b68Smatt 12*cbbb2b68Smatt The GNU MP Library is distributed in the hope that it will be useful, but 13*cbbb2b68Smatt WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 14*cbbb2b68Smatt or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public 15*cbbb2b68Smatt License for more details. 16*cbbb2b68Smatt 17*cbbb2b68Smatt You should have received a copy of the GNU Lesser General Public License 18*cbbb2b68Smatt along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ 19*cbbb2b68Smatt 20*cbbb2b68Smatt 21*cbbb2b68Smatt /* Values for GMP_LIMB_BITS etc will be determined by ./configure and put 22*cbbb2b68Smatt in config.h. */ 23