CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

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

Views: 418346
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 3 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, see https://www.gnu.org/licenses/. */
18
19
20
/* Define if you have the <sys/resource.h> header file. */
21
#define HAVE_SYS_RESOURCE_H 1
22
23
/* Define if you have the `clock' function. */
24
#define HAVE_CLOCK 1
25
26
/* Define if you have the `cputime' function. */
27
#define HAVE_CPUTIME 0
28
29
/* Define if you have the `getrusage' function. */
30
#define HAVE_GETRUSAGE 1
31
32
/* Define if you have the `gettimeofday' function. */
33
#define HAVE_GETTIMEOFDAY 1
34
35
/* Define if you have the `sigaction' function. */
36
#define HAVE_SIGACTION 1
37
38
/* Define if you have the `sigaltstack' function. */
39
#define HAVE_SIGALTSTACK 1
40
41
/* Define if you have the `sigstack' function. */
42
#define HAVE_SIGSTACK 1
43
44
/* Define if the system has the type `stack_t'. */
45
#define HAVE_STACK_T 1
46
47