GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
1/* Templates for calc program configuration. -*- mode:c -*- 2 3Copyright 2001 Free Software Foundation, Inc. 4 5This file is part of the GNU MP Library. 6 7This program is free software; you can redistribute it and/or modify it under 8the terms of the GNU General Public License as published by the Free Software 9Foundation; either version 2 of the License, or (at your option) any later 10version. 11 12This program is distributed in the hope that it will be useful, but WITHOUT ANY 13WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14PARTICULAR PURPOSE. See the GNU General Public License for more details. 15 16You should have received a copy of the GNU General Public License along with 17this program; if not, write to the Free Software Foundation, Inc., 51 Franklin 18Street, Fifth Floor, Boston, MA 02110-1301, USA. */ 19 20 21/* Define if GNU readline should be used. */ 22#define WITH_READLINE 1 23 24