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: 418384
1
/* config.h. Generated from config.hin by configure. */
2
/* config.hin. Generated from configure.in by autoheader. */
3
4
/* Define if building universal (internal helper macro) */
5
/* #undef AC_APPLE_UNIVERSAL_BUILD */
6
7
/* the CONFIGNAME value of the active configuration */
8
#define CONFIGNAME "default64"
9
10
/* define as least offset which is still safe for an unaligned access */
11
#define C_LONG_ALIGN 2
12
13
/* define as least offset we have to check the stack for pointer */
14
#define C_STACK_ALIGN 2
15
16
/* define as 1 if you symbols in ".o" files begin with `_' */
17
/* #undef C_UNDERSCORE_SYMBOLS */
18
19
/* Define to 1 if you have the `accept' function. */
20
#define HAVE_ACCEPT 1
21
22
/* Define to 1 if you have the `access' function. */
23
#define HAVE_ACCESS 1
24
25
/* define as 1 if >> for long int behaves like an arithmetic right shift for
26
negative numbers */
27
#define HAVE_ARITHRIGHTSHIFT 1
28
29
/* Define to 1 if you have the <assert.h> header file. */
30
#define HAVE_ASSERT_H 1
31
32
/* Define to 1 if you have the `atol' function. */
33
#define HAVE_ATOL 1
34
35
/* Define to 1 if you have the `bind' function. */
36
#define HAVE_BIND 1
37
38
/* Define to 1 if you have the `chmod' function. */
39
#define HAVE_CHMOD 1
40
41
/* Define to 1 if you have the `closedir' function. */
42
#define HAVE_CLOSEDIR 1
43
44
/* Define to 1 if you have the `connect' function. */
45
#define HAVE_CONNECT 1
46
47
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
48
*/
49
#define HAVE_DIRENT_H 1
50
51
/* define as 1 if you have `dlopen' and `dlsym' */
52
#define HAVE_DLOPEN 1
53
54
/* Define to 1 if you have the `dup' function. */
55
#define HAVE_DUP 1
56
57
/* Define to 1 if you have the `dup2' function. */
58
#define HAVE_DUP2 1
59
60
/* Define to 1 if you have the <errno.h> header file. */
61
#define HAVE_ERRNO_H 1
62
63
/* Define to 1 if you have the `exp10' function. */
64
/* #undef HAVE_EXP10 */
65
66
/* Define to 1 if you have the `exp2' function. */
67
/* #undef HAVE_EXP2 */
68
69
/* Define to 1 if you have the `expm1' function. */
70
/* #undef HAVE_EXPM1 */
71
72
/* Define to 1 if you have the <fcntl.h> header file. */
73
#define HAVE_FCNTL_H 1
74
75
/* Define to 1 if you have the `fork' function. */
76
#define HAVE_FORK 1
77
78
/* Define to 1 if you have the `fstat' function. */
79
#define HAVE_FSTAT 1
80
81
/* Define to 1 if you have the `getitimer' function. */
82
#define HAVE_GETITIMER 1
83
84
/* Define to 1 if you have the `getpseudotty' function. */
85
/* #undef HAVE_GETPSEUDOTTY */
86
87
/* Define to 1 if you have the `getpt' function. */
88
#define HAVE_GETPT 1
89
90
/* Define to 1 if you have the `getrusage' function. */
91
#define HAVE_GETRUSAGE 1
92
93
/* Define to 1 if you have the `gettimeofday' function. */
94
#define HAVE_GETTIMEOFDAY 1
95
96
/* Define to 1 if you have the `grantpt' function. */
97
#define HAVE_GRANTPT 1
98
99
/* Define to 1 if you have the <inttypes.h> header file. */
100
#define HAVE_INTTYPES_H 1
101
102
/* Define to 1 if you have the `ncurses' library (-lncurses). */
103
/* #undef HAVE_LIBNCURSES */
104
105
/* Define to 1 if you have the `readline' library (-lreadline). */
106
#define HAVE_LIBREADLINE 1
107
108
/* Define to 1 if you have the `rt' library (-lrt). */
109
#define HAVE_LIBRT 1
110
111
/* Define to 1 if you have the <libutil.h> header file. */
112
/* #undef HAVE_LIBUTIL_H */
113
114
/* Define to 1 if you have the `link' function. */
115
#define HAVE_LINK 1
116
117
/* Define to 1 if you have the `log10' function. */
118
/* #undef HAVE_LOG10 */
119
120
/* Define to 1 if you have the `log1p' function. */
121
/* #undef HAVE_LOG1P */
122
123
/* Define to 1 if you have the `log2' function. */
124
/* #undef HAVE_LOG2 */
125
126
/* Define to 1 if you have the `lstat' function. */
127
#define HAVE_LSTAT 1
128
129
/* Define to 1 if you have the `madvise' function. */
130
#define HAVE_MADVISE 1
131
132
/* Define to 1 if you have the <math.h> header file. */
133
#define HAVE_MATH_H 1
134
135
/* Define to 1 if you have the `memcpy' function. */
136
#define HAVE_MEMCPY 1
137
138
/* Define to 1 if you have the `memmove' function. */
139
#define HAVE_MEMMOVE 1
140
141
/* Define to 1 if you have the <memory.h> header file. */
142
#define HAVE_MEMORY_H 1
143
144
/* Define to 1 if you have the `memset' function. */
145
#define HAVE_MEMSET 1
146
147
/* Define to 1 if you have the `mkdir' function. */
148
#define HAVE_MKDIR 1
149
150
/* Define to 1 if you have the `mkdtemp' function. */
151
#define HAVE_MKDTEMP 1
152
153
/* Define to 1 if you have the `mkstemp' function. */
154
#define HAVE_MKSTEMP 1
155
156
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
157
/* #undef HAVE_NDIR_H */
158
159
/* Define to 1 if you have the `opendir' function. */
160
#define HAVE_OPENDIR 1
161
162
/* define as 1 if you have `openpty' */
163
#define HAVE_OPENPTY 1
164
165
/* Define to 1 if you have the `popen' function. */
166
#define HAVE_POPEN 1
167
168
/* Define to 1 if you have the `posix_openpt' function. */
169
#define HAVE_POSIX_OPENPT 1
170
171
/* Define to 1 if you have the `ptsname' function. */
172
#define HAVE_PTSNAME 1
173
174
/* Define to 1 if you have the `ptsname_r' function. */
175
#define HAVE_PTSNAME_R 1
176
177
/* Define to 1 if you have the <pty.h> header file. */
178
#define HAVE_PTY_H 1
179
180
/* Define to 1 if you have the `readdir' function. */
181
#define HAVE_READDIR 1
182
183
/* Define to 1 if you have the `realpath' function. */
184
#define HAVE_REALPATH 1
185
186
/* Define to 1 if you have the `rename' function. */
187
#define HAVE_RENAME 1
188
189
/* Define to 1 if you have the `rld_load' function. */
190
/* #undef HAVE_RLD_LOAD */
191
192
/* Define to 1 if you have the `rmdir' function. */
193
#define HAVE_RMDIR 1
194
195
/* Define to 1 if you have the `sbrk' function. */
196
#define HAVE_SBRK 1
197
198
/* Define to 1 if you have the `select' function. */
199
#define HAVE_SELECT 1
200
201
/* Define to 1 if you have the `send' function. */
202
#define HAVE_SEND 1
203
204
/* Define to 1 if you have the `setitimer' function. */
205
#define HAVE_SETITIMER 1
206
207
/* Define to 1 if you have the `setpgid' function. */
208
#define HAVE_SETPGID 1
209
210
/* Define to 1 if you have the <sgtty.h> header file. */
211
#define HAVE_SGTTY_H 1
212
213
/* Define to 1 if you have the `sigaction' function. */
214
#define HAVE_SIGACTION 1
215
216
/* Define to 1 if you have the `signal' function. */
217
#define HAVE_SIGNAL 1
218
219
/* Define to 1 if you have the <signal.h> header file. */
220
#define HAVE_SIGNAL_H 1
221
222
/* Define to 1 if you have the `sigsetjmp' function. */
223
#define HAVE_SIGSETJMP 1
224
225
/* Check for sig_atomic_t */
226
/* #undef HAVE_SIG_ATOMIC_T */
227
228
/* Define to 1 if you have the `socket' function. */
229
#define HAVE_SOCKET 1
230
231
/* Define to 1 if you have the `stat' function. */
232
#define HAVE_STAT 1
233
234
/* Define to 1 if you have the <stdint.h> header file. */
235
#define HAVE_STDINT_H 1
236
237
/* Define to 1 if you have the <stdio.h> header file. */
238
#define HAVE_STDIO_H 1
239
240
/* Define to 1 if you have the <stdlib.h> header file. */
241
#define HAVE_STDLIB_H 1
242
243
/* Define to 1 if you have the <strings.h> header file. */
244
#define HAVE_STRINGS_H 1
245
246
/* Define to 1 if you have the <string.h> header file. */
247
#define HAVE_STRING_H 1
248
249
/* Define to 1 if you have the `strlcat' function. */
250
/* #undef HAVE_STRLCAT */
251
252
/* Define to 1 if you have the `strlcmp' function. */
253
/* #undef HAVE_STRLCMP */
254
255
/* Define to 1 if you have the `strlcpy' function. */
256
/* #undef HAVE_STRLCPY */
257
258
/* Define to 1 if you have the `sysconf' function. */
259
#define HAVE_SYSCONF 1
260
261
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
262
*/
263
/* #undef HAVE_SYS_DIR_H */
264
265
/* Define to 1 if you have the <sys/ioctl.h> header file. */
266
#define HAVE_SYS_IOCTL_H 1
267
268
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
269
*/
270
/* #undef HAVE_SYS_NDIR_H */
271
272
/* Define to 1 if you have the <sys/param.h> header file. */
273
#define HAVE_SYS_PARAM_H 1
274
275
/* Define to 1 if you have the <sys/resource.h> header file. */
276
#define HAVE_SYS_RESOURCE_H 1
277
278
/* Define to 1 if you have the <sys/stat.h> header file. */
279
#define HAVE_SYS_STAT_H 1
280
281
/* Define to 1 if you have the <sys/sysmacros.h> header file. */
282
#define HAVE_SYS_SYSMACROS_H 1
283
284
/* Define to 1 if you have the `sys_timer_create' function. */
285
/* #undef HAVE_SYS_TIMER_CREATE */
286
287
/* Define to 1 if you have the `sys_timer_gettime' function. */
288
/* #undef HAVE_SYS_TIMER_GETTIME */
289
290
/* Define to 1 if you have the `sys_timer_settime' function. */
291
/* #undef HAVE_SYS_TIMER_SETTIME */
292
293
/* Define to 1 if you have the <sys/times.h> header file. */
294
#define HAVE_SYS_TIMES_H 1
295
296
/* Define to 1 if you have the <sys/time.h> header file. */
297
#define HAVE_SYS_TIME_H 1
298
299
/* Define to 1 if you have the <sys/types.h> header file. */
300
#define HAVE_SYS_TYPES_H 1
301
302
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
303
#define HAVE_SYS_WAIT_H 1
304
305
/* Define to 1 if you have the <termios.h> header file. */
306
#define HAVE_TERMIOS_H 1
307
308
/* Define to 1 if you have the <termio.h> header file. */
309
#define HAVE_TERMIO_H 1
310
311
/* Define to 1 if you have the `timer_create' function. */
312
#define HAVE_TIMER_CREATE 1
313
314
/* Define to 1 if you have the `timer_gettime' function. */
315
#define HAVE_TIMER_GETTIME 1
316
317
/* Define to 1 if you have the `timer_settime' function. */
318
#define HAVE_TIMER_SETTIME 1
319
320
/* Define to 1 if you have the `times' function. */
321
#define HAVE_TIMES 1
322
323
/* Define to 1 if you have the <time.h> header file. */
324
#define HAVE_TIME_H 1
325
326
/* Define to 1 if you have the `trunc' function. */
327
/* #undef HAVE_TRUNC */
328
329
/* Define to 1 if you have the `ttyname' function. */
330
#define HAVE_TTYNAME 1
331
332
/* define as 1 if you have "union wait" */
333
/* #undef HAVE_UNION_WAIT */
334
335
/* Define to 1 if you have the <unistd.h> header file. */
336
#define HAVE_UNISTD_H 1
337
338
/* Define to 1 if you have the `unlink' function. */
339
#define HAVE_UNLINK 1
340
341
/* Define to 1 if you have the `unlockpt' function. */
342
#define HAVE_UNLOCKPT 1
343
344
/* Define to 1 if you have the <util.h> header file. */
345
/* #undef HAVE_UTIL_H */
346
347
/* Define to 1 if you have the `vfork' function. */
348
#define HAVE_VFORK 1
349
350
/* Define to 1 if you have the <vfork.h> header file. */
351
/* #undef HAVE_VFORK_H */
352
353
/* Define to 1 if you have the `vm_allocate' function. */
354
/* #undef HAVE_VM_ALLOCATE */
355
356
/* Define to 1 if you have the `wait4' function. */
357
#define HAVE_WAIT4 1
358
359
/* Define to 1 if you have the `waitpid' function. */
360
#define HAVE_WAITPID 1
361
362
/* Define to 1 if `fork' works. */
363
#define HAVE_WORKING_FORK 1
364
365
/* Define to 1 if `vfork' works. */
366
#define HAVE_WORKING_VFORK 1
367
368
/* Define to 1 if you have the `_getpty' function. */
369
/* #undef HAVE__GETPTY */
370
371
/* Define to 1 if you have the `_setjmp' function. */
372
/* #undef HAVE__SETJMP */
373
374
/* define as 1 on Itanium architecture to flush and mark register stack */
375
/* #undef ITANIUM */
376
377
/* Define to the address where bug reports for this package should be sent. */
378
#define PACKAGE_BUGREPORT "[email protected]"
379
380
/* Define to the full name of this package. */
381
#define PACKAGE_NAME "GAP"
382
383
/* Define to the full name and version of this package. */
384
#define PACKAGE_STRING "GAP 4.8.10"
385
386
/* Define to the one symbol short name of this package. */
387
#define PACKAGE_TARNAME "gap"
388
389
/* Define to the home page for this package. */
390
#define PACKAGE_URL "https://www.gap-system.org/"
391
392
/* Define to the version of this package. */
393
#define PACKAGE_VERSION "4.8.10"
394
395
/* The size of `void *', as computed by sizeof. */
396
#define SIZEOF_VOID_P 8
397
398
/* define as 1 on SPARC architecture to flush register windows */
399
/* #undef SPARC */
400
401
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
402
/* #undef STAT_MACROS_BROKEN */
403
404
/* Define to 1 if you have the ANSI C header files. */
405
#define STDC_HEADERS 1
406
407
/* define the name of the architucture */
408
#define SYS_ARCH "x86_64-pc-linux-gnu-gcc-default64"
409
410
/* define if this is the Cygwin32 port */
411
/* #undef SYS_IS_CYGWIN32 */
412
413
/* define if this is the Darwin port */
414
/* #undef SYS_IS_DARWIN */
415
416
/* use GMP for integers */
417
#define USE_GMP 1
418
419
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
420
significant byte first (like Motorola and SPARC, unlike Intel). */
421
#if defined AC_APPLE_UNIVERSAL_BUILD
422
# if defined __BIG_ENDIAN__
423
# define WORDS_BIGENDIAN 1
424
# endif
425
#else
426
# ifndef WORDS_BIGENDIAN
427
/* # undef WORDS_BIGENDIAN */
428
# endif
429
#endif
430
431
/* Enable large inode numbers on Mac OS X 10.5. */
432
#ifndef _DARWIN_USE_64_BIT_INODE
433
# define _DARWIN_USE_64_BIT_INODE 1
434
#endif
435
436
/* Number of bits in a file offset, on hosts where this is settable. */
437
/* #undef _FILE_OFFSET_BITS */
438
439
/* Define for large files, on AIX-style hosts. */
440
/* #undef _LARGE_FILES */
441
442
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
443
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
444
#define below would cause a syntax error. */
445
/* #undef _UINT32_T */
446
447
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
448
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
449
#define below would cause a syntax error. */
450
/* #undef _UINT64_T */
451
452
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
453
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
454
#define below would cause a syntax error. */
455
/* #undef _UINT8_T */
456
457
/* Define to empty if `const' does not conform to ANSI C. */
458
/* #undef const */
459
460
/* Define to `__inline__' or `__inline' if that's what the C compiler
461
calls it, or to nothing if 'inline' is not supported under any name. */
462
#ifndef __cplusplus
463
/* #undef inline */
464
#endif
465
466
/* Define to the type of a signed integer type of width exactly 16 bits if
467
such a type exists and the standard includes do not define it. */
468
/* #undef int16_t */
469
470
/* Define to the type of a signed integer type of width exactly 32 bits if
471
such a type exists and the standard includes do not define it. */
472
/* #undef int32_t */
473
474
/* Define to the type of a signed integer type of width exactly 64 bits if
475
such a type exists and the standard includes do not define it. */
476
/* #undef int64_t */
477
478
/* Define to the type of a signed integer type of width exactly 8 bits if such
479
a type exists and the standard includes do not define it. */
480
/* #undef int8_t */
481
482
/* Define to `int' if <sys/types.h> does not define. */
483
/* #undef pid_t */
484
485
/* Define to the type of an unsigned integer type of width exactly 16 bits if
486
such a type exists and the standard includes do not define it. */
487
/* #undef uint16_t */
488
489
/* Define to the type of an unsigned integer type of width exactly 32 bits if
490
such a type exists and the standard includes do not define it. */
491
/* #undef uint32_t */
492
493
/* Define to the type of an unsigned integer type of width exactly 64 bits if
494
such a type exists and the standard includes do not define it. */
495
/* #undef uint64_t */
496
497
/* Define to the type of an unsigned integer type of width exactly 8 bits if
498
such a type exists and the standard includes do not define it. */
499
/* #undef uint8_t */
500
501
/* Define as `fork' if `vfork' does not work. */
502
/* #undef vfork */
503
504