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