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 2 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, write to the Free Software Foundation, Inc., 51 Franklin17Street, Fifth Floor, Boston, MA 02110-1301, USA. */181920/* Define if you have the <sys/resource.h> header file. */21#define HAVE_SYS_RESOURCE_H 12223/* Define if you have the `clock' function. */24#define HAVE_CLOCK 12526/* Define if you have the `cputime' function. */27#define HAVE_CPUTIME 02829/* Define if you have the `getrusage' function. */30#define HAVE_GETRUSAGE 13132/* Define if you have the `gettimeofday' function. */33#define HAVE_GETTIMEOFDAY 13435/* Define if you have the `sigaction' function. */36#define HAVE_SIGACTION 13738/* Define if you have the `sigaltstack' function. */39#define HAVE_SIGALTSTACK 14041/* Define if you have the `sigstack' function. */42#define HAVE_SIGSTACK 14344/* Define if the system has the type `stack_t'. */45#define HAVE_STACK_T 1464748