Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
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
Project: cocalc-sagemath-dev-slelievre
Views: 418346/* src/pkgconfig.h. Generated from pkgconfig.h.in by configure. */1/* cnf/pkgconfig.h.in. Generated from configure.ac by autoheader. */23/* define if the compiler supports basic C++11 syntax */4#define HAVE_CXX11 156/* Define to 1 if you have the <dlfcn.h> header file. */7#define HAVE_DLFCN_H 189/* Define to 1 if you have the <inttypes.h> header file. */10#define HAVE_INTTYPES_H 11112/* Define to 1 if you have the <memory.h> header file. */13#define HAVE_MEMORY_H 11415/* Define to 1 if you have the <stdint.h> header file. */16#define HAVE_STDINT_H 11718/* Define to 1 if you have the <stdlib.h> header file. */19#define HAVE_STDLIB_H 12021/* Define to 1 if you have the <strings.h> header file. */22#define HAVE_STRINGS_H 12324/* Define to 1 if you have the <string.h> header file. */25#define HAVE_STRING_H 12627/* Define to 1 if you have the <sys/stat.h> header file. */28#define HAVE_SYS_STAT_H 12930/* Define to 1 if you have the <sys/types.h> header file. */31#define HAVE_SYS_TYPES_H 13233/* Define to 1 if you have the <unistd.h> header file. */34#define HAVE_UNISTD_H 13536/* Define to the sub-directory where libtool stores uninstalled libraries. */37#define LT_OBJDIR ".libs/"3839/* Name of package */40#define PACKAGE "NormalizInterface"4142/* Define to the address where bug reports for this package should be sent. */43#define PACKAGE_BUGREPORT "https://github.com/gap-packages/NormalizInterface/issues"4445/* Define to the full name of this package. */46#define PACKAGE_NAME "NormalizInterface"4748/* Define to the full name and version of this package. */49#define PACKAGE_STRING "NormalizInterface 1.0.2"5051/* Define to the one symbol short name of this package. */52#define PACKAGE_TARNAME "NormalizInterface"5354/* Define to the home page for this package. */55#define PACKAGE_URL "http://gap-packages.github.io/NormalizInterface/"5657/* Define to the version of this package. */58#define PACKAGE_VERSION "1.0.2"5960/* The size of `void **', as computed by sizeof. */61#define SIZEOF_VOID_PP 86263/* Define to 1 if you have the ANSI C header files. */64#define STDC_HEADERS 16566/* are we on CYGWIN? */67#define SYS_IS_CYGWIN32 06869/* Version number of package */70#define VERSION "1.0.2"717273