Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

563680 views
1
/* Templates for pexpr program configuration. -*- mode:c -*-
2
3
Copyright 2002 Free Software Foundation, Inc.
4
5
This file is part of the GNU MP Library.
6
7
This program is free software; you can redistribute it and/or modify it under
8
the terms of the GNU General Public License as published by the Free Software
9
Foundation; either version 2 of the License, or (at your option) any later
10
version.
11
12
This program is distributed in the hope that it will be useful, but WITHOUT ANY
13
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
PARTICULAR PURPOSE. See the GNU General Public License for more details.
15
16
You should have received a copy of the GNU General Public License along with
17
this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
18
Street, Fifth Floor, Boston, MA 02110-1301, USA. */
19
20
21
/* Define if you have the <sys/resource.h> header file. */
22
#define HAVE_SYS_RESOURCE_H 1
23
24
/* Define if you have the `clock' function. */
25
#define HAVE_CLOCK 1
26
27
/* Define if you have the `cputime' function. */
28
#define HAVE_CPUTIME 0
29
30
/* Define if you have the `getrusage' function. */
31
#define HAVE_GETRUSAGE 1
32
33
/* Define if you have the `gettimeofday' function. */
34
#define HAVE_GETTIMEOFDAY 1
35
36
/* Define if you have the `sigaction' function. */
37
#define HAVE_SIGACTION 1
38
39
/* Define if you have the `sigaltstack' function. */
40
#define HAVE_SIGALTSTACK 1
41
42
/* Define if you have the `sigstack' function. */
43
#define HAVE_SIGSTACK 1
44
45
/* Define if the system has the type `stack_t'. */
46
#define HAVE_STACK_T 1
47
48