GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
/* Templates for pexpr program configuration. -*- mode:c -*-12Copyright 2002 Free Software Foundation, Inc.34This file is part of the GNU MP Library.56This program is free software; you can redistribute it and/or modify it under7the terms of the GNU General Public License as published by the Free Software8Foundation; either version 3 of the License, or (at your option) any later9version.1011This program is distributed in the hope that it will be useful, but WITHOUT ANY12WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A13PARTICULAR PURPOSE. See the GNU General Public License for more details.1415You should have received a copy of the GNU General Public License along with16this program. If not, see https://www.gnu.org/licenses/. */171819/* Define if you have the <sys/resource.h> header file. */20#define HAVE_SYS_RESOURCE_H 12122/* Define if you have the `clock' function. */23#define HAVE_CLOCK 12425/* Define if you have the `cputime' function. */26#define HAVE_CPUTIME 02728/* Define if you have the `getrusage' function. */29#define HAVE_GETRUSAGE 13031/* Define if you have the `gettimeofday' function. */32#define HAVE_GETTIMEOFDAY 13334/* Define if you have the `sigaction' function. */35#define HAVE_SIGACTION 13637/* Define if you have the `sigaltstack' function. */38#define HAVE_SIGALTSTACK 13940/* Define if you have the `sigstack' function. */41#define HAVE_SIGSTACK 14243/* Define if the system has the type `stack_t'. */44#define HAVE_STACK_T 1454647