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

610965 views
1
/* config.h. Generated from config.hin by configure. */
2
/****************************************************************************
3
**
4
*D check for the compiler features
5
*/
6
7
/* define as empty if `const' does not work */
8
/* #undef const */
9
10
/* define as size of `short int' in bytes */
11
#define SIZEOF_SHORT 2
12
13
/* define as size of `int' in bytes */
14
#define SIZEOF_INT 4
15
16
/* define as size of `long int' in bytes */
17
#define SIZEOF_LONG 8
18
19
20
/****************************************************************************
21
**
22
*D check for structs and typedefs
23
*/
24
25
/* define as 1 if `struct stat' contains a memeber `rdev' */
26
#define HAVE_ST_RDEV 1
27
28
/* define as `int' if not defined */
29
/* #undef uid_t */
30
/* #undef gid_t */
31
32
33
/****************************************************************************
34
**
35
*D check for "the" standard include files
36
*/
37
38
/* define as 1 if you have the ANSI C include file "stdlib.h", "stdarg.h" */
39
#define STDC_HEADERS 1
40
41
/* define as 1 if you have the include file "libc.h" */
42
#define HAVE_LIBC_H 0
43
44
/* define as 1 if you have the include file "unistd.h" */
45
#define HAVE_UNISTD_H 1
46
47
48
/****************************************************************************
49
**
50
*D check for timing functions
51
*/
52
53
/* define as 1 if you may include both "time.h" and "sys/time.h" */
54
#define TIME_WITH_SYS_TIME 1
55
56
/* define as 1 if you have the include file "sys/time.h" */
57
#define HAVE_SYS_TIME_H 1
58
59
60
/****************************************************************************
61
**
62
*D check for fork, wait, execute functions
63
*/
64
65
/* define as 1 if you have a posix include file "sys/wait.h" */
66
#define HAVE_SYS_WAIT_H 1
67
68
/* define as 1 if you have `wait3' which fills the thrid argument */
69
#define HAVE_WAIT3 1
70
71
/* define to `int' if <sys/types.h> doesn't define */
72
/* #undef pid_t */
73
74
75
/****************************************************************************
76
**
77
*D check for tty and pseudo tty functions
78
*/
79
80
/* define as 1 if you have the include file "termios.h" */
81
#define HAVE_TERMIOS_H 1
82
83
/* define as 1 if you have the include file "termio.h" */
84
#define HAVE_TERMIO_H 1
85
86
/* define as 1 if you have the include file "sgtty.h" */
87
#define HAVE_SGTTY_H 1
88
89
/* define as 1 if you have the include file "fcntl.h" */
90
#define HAVE_FCNTL_H 1
91
92
/* define as 1 if you have the include file "sys/ioctl.h" */
93
#define HAVE_SYS_IOCTL_H 1
94
95
/* define as 1 if you have the include file "sys/select.h" */
96
#define HAVE_SYS_SELECT_H 1
97
98
/* define as 1 if you have `select' */
99
#define HAVE_SELECT 1
100
101
/* define as 1 if you have `getpseudotty' */
102
#define HAVE_GETPSEUDOTTY 0
103
104
/* define as 1 if you have `_getpty' */
105
#define HAVE__GETPTY 0
106
107
#define HAVE_GETPT 1
108
#define HAVE_PTSNAME_R 1
109
110
/****************************************************************************
111
**
112
*D check for signal handling
113
*/
114
115
/* define as 1 if you have the include file "signal.h" */
116
#define HAVE_SIGNAL_H 1
117
118
/* define as the return type of the signal handler */
119
#define RETSIGTYPE void
120
121
/* define as 1 if <RTSIGTYPE> is void */
122
#define HAVE_SIGNAL_VOID 1
123
124
125
/****************************************************************************
126
**
127
*D check for directory handling
128
*/
129
130
/* define as 1 if `closedir' returns void */
131
#define CLOSEDIR_VOID 0
132
133
/* define as 1 if you have the include file "dirent.h" */
134
#define HAVE_DIRENT_H 1
135
136
/* define as 1 if you have the include file "sys/ndir.h" */
137
#define HAVE_SYS_NDIR_H 0
138
139
/* define as 1 if you have the include file "sys/dir.h" */
140
#define HAVE_SYS_DIR_H 0
141
142
/* define as 1 if you have the include file "ndir.h" */
143
#define HAVE_NDIR_H 0
144
145
146
/****************************************************************************
147
**
148
*D check for XWindows features
149
*/
150
151
/* define as 1 if your OpenWindows does not deal with compressed exposures */
152
#define HAVE_BROKEN_TEXT_EXPORE_COMPRESS 0
153
154