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
/* include/config.h. Generated from config.hin by configure. */
2
/* include/config.hin. Generated from configure.ac by autoheader. */
3
4
/* Define to 1 if you have the `fork' function. */
5
#define HAVE_FORK 1
6
7
/* Define to 1 if you have the `gethostname' function. */
8
#define HAVE_GETHOSTNAME 1
9
10
/* Define if GMP is installed and usable */
11
/* #undef HAVE_GMP */
12
13
/* Define to 1 if you have the <inttypes.h> header file. */
14
#define HAVE_INTTYPES_H 1
15
16
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
17
to 0 otherwise. */
18
#define HAVE_MALLOC 1
19
20
/* Define to 1 if you have the <memory.h> header file. */
21
#define HAVE_MEMORY_H 1
22
23
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
24
and to 0 otherwise. */
25
#define HAVE_REALLOC 1
26
27
/* Define to 1 if you have the <stdint.h> header file. */
28
#define HAVE_STDINT_H 1
29
30
/* Define to 1 if you have the <stdlib.h> header file. */
31
#define HAVE_STDLIB_H 1
32
33
/* Define to 1 if you have the `strftime' function. */
34
#define HAVE_STRFTIME 1
35
36
/* Define to 1 if you have the <strings.h> header file. */
37
#define HAVE_STRINGS_H 1
38
39
/* Define to 1 if you have the <string.h> header file. */
40
#define HAVE_STRING_H 1
41
42
/* Define to 1 if you have the <sys/stat.h> header file. */
43
#define HAVE_SYS_STAT_H 1
44
45
/* Define to 1 if you have the <sys/time.h> header file. */
46
#define HAVE_SYS_TIME_H 1
47
48
/* Define to 1 if you have the <sys/types.h> header file. */
49
#define HAVE_SYS_TYPES_H 1
50
51
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
52
#define HAVE_SYS_WAIT_H 1
53
54
/* Define to 1 if you have the <unistd.h> header file. */
55
#define HAVE_UNISTD_H 1
56
57
/* Define to 1 if you have the `vfork' function. */
58
#define HAVE_VFORK 1
59
60
/* Define to 1 if you have the <vfork.h> header file. */
61
/* #undef HAVE_VFORK_H */
62
63
/* Define to 1 if you have the `wait4' function. */
64
#define HAVE_WAIT4 1
65
66
/* Define to 1 if you have the `waitpid' function. */
67
#define HAVE_WAITPID 1
68
69
/* Define to 1 if `fork' works. */
70
#define HAVE_WORKING_FORK 1
71
72
/* Define to 1 if `vfork' works. */
73
#define HAVE_WORKING_VFORK 1
74
75
/* Name of package */
76
#define PACKAGE "anupq"
77
78
/* Define to the address where bug reports for this package should be sent. */
79
#define PACKAGE_BUGREPORT "https://github.com/gap-packages/anupq/issues"
80
81
/* Define to the full name of this package. */
82
#define PACKAGE_NAME "ANU p-Quotient Program"
83
84
/* Define to the full name and version of this package. */
85
#define PACKAGE_STRING "ANU p-Quotient Program 3.2"
86
87
/* Define to the one symbol short name of this package. */
88
#define PACKAGE_TARNAME "anupq"
89
90
/* Define to the home page for this package. */
91
#define PACKAGE_URL "http://gap-packages.github.io/anupq/"
92
93
/* Define to the version of this package. */
94
#define PACKAGE_VERSION "3.2"
95
96
/* Define to 1 if you have the ANSI C header files. */
97
#define STDC_HEADERS 1
98
99
/* Version number of package */
100
#define VERSION "3.2"
101
102
/* Define to rpl_malloc if the replacement function should be used. */
103
/* #undef malloc */
104
105
/* Define to `int' if <sys/types.h> does not define. */
106
/* #undef pid_t */
107
108
/* Define to rpl_realloc if the replacement function should be used. */
109
/* #undef realloc */
110
111
/* Define as `fork' if `vfork' does not work. */
112
/* #undef vfork */
113
114