GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
/* config.h. Generated from config.hin by configure. */1/****************************************************************************2**3*D check for the compiler features4*/56/* define as empty if `const' does not work */7/* #undef const */89/* define as size of `short int' in bytes */10#define SIZEOF_SHORT 21112/* define as size of `int' in bytes */13#define SIZEOF_INT 41415/* define as size of `long int' in bytes */16#define SIZEOF_LONG 8171819/****************************************************************************20**21*D check for structs and typedefs22*/2324/* define as 1 if `struct stat' contains a memeber `rdev' */25#define HAVE_ST_RDEV 12627/* define as `int' if not defined */28/* #undef uid_t */29/* #undef gid_t */303132/****************************************************************************33**34*D check for "the" standard include files35*/3637/* define as 1 if you have the ANSI C include file "stdlib.h", "stdarg.h" */38#define STDC_HEADERS 13940/* define as 1 if you have the include file "libc.h" */41#define HAVE_LIBC_H 04243/* define as 1 if you have the include file "unistd.h" */44#define HAVE_UNISTD_H 1454647/****************************************************************************48**49*D check for timing functions50*/5152/* define as 1 if you may include both "time.h" and "sys/time.h" */53#define TIME_WITH_SYS_TIME 15455/* define as 1 if you have the include file "sys/time.h" */56#define HAVE_SYS_TIME_H 1575859/****************************************************************************60**61*D check for fork, wait, execute functions62*/6364/* define as 1 if you have a posix include file "sys/wait.h" */65#define HAVE_SYS_WAIT_H 16667/* define as 1 if you have `wait3' which fills the thrid argument */68#define HAVE_WAIT3 16970/* define to `int' if <sys/types.h> doesn't define */71/* #undef pid_t */727374/****************************************************************************75**76*D check for tty and pseudo tty functions77*/7879/* define as 1 if you have the include file "termios.h" */80#define HAVE_TERMIOS_H 18182/* define as 1 if you have the include file "termio.h" */83#define HAVE_TERMIO_H 18485/* define as 1 if you have the include file "sgtty.h" */86#define HAVE_SGTTY_H 18788/* define as 1 if you have the include file "fcntl.h" */89#define HAVE_FCNTL_H 19091/* define as 1 if you have the include file "sys/ioctl.h" */92#define HAVE_SYS_IOCTL_H 19394/* define as 1 if you have the include file "sys/select.h" */95#define HAVE_SYS_SELECT_H 19697/* define as 1 if you have `select' */98#define HAVE_SELECT 199100/* define as 1 if you have `getpseudotty' */101#define HAVE_GETPSEUDOTTY 0102103/* define as 1 if you have `_getpty' */104#define HAVE__GETPTY 0105106#define HAVE_GETPT 1107#define HAVE_PTSNAME_R 1108109/****************************************************************************110**111*D check for signal handling112*/113114/* define as 1 if you have the include file "signal.h" */115#define HAVE_SIGNAL_H 1116117/* define as the return type of the signal handler */118#define RETSIGTYPE void119120/* define as 1 if <RTSIGTYPE> is void */121#define HAVE_SIGNAL_VOID 1122123124/****************************************************************************125**126*D check for directory handling127*/128129/* define as 1 if `closedir' returns void */130#define CLOSEDIR_VOID 0131132/* define as 1 if you have the include file "dirent.h" */133#define HAVE_DIRENT_H 1134135/* define as 1 if you have the include file "sys/ndir.h" */136#define HAVE_SYS_NDIR_H 0137138/* define as 1 if you have the include file "sys/dir.h" */139#define HAVE_SYS_DIR_H 0140141/* define as 1 if you have the include file "ndir.h" */142#define HAVE_NDIR_H 0143144145/****************************************************************************146**147*D check for XWindows features148*/149150/* define as 1 if your OpenWindows does not deal with compressed exposures */151#define HAVE_BROKEN_TEXT_EXPORE_COMPRESS 0152153154