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