GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
/* config.h. Generated by configure. */1/* config.in. Generated from configure.in by autoheader. */23/*45Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 20066Free Software Foundation, Inc.78This file is part of the GNU MP Library.910The GNU MP Library is free software; you can redistribute it and/or modify11it under the terms of the GNU Lesser General Public License as published12by the Free Software Foundation; either version 2.1 of the License, or (at13your option) any later version.1415The GNU MP Library is distributed in the hope that it will be useful, but16WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY17or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public18License for more details.1920You should have received a copy of the GNU Lesser General Public License21along with the GNU MP Library; see the file COPYING.LIB. If not, write to22the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,23MA 02110-1301, USA.24*/2526/* The gmp-mparam.h file (a string) the tune program should suggest updating.27*/28#define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/gmp-mparam.h"2930/* Define to 1 if you have the `alarm' function. */31#define HAVE_ALARM 13233/* Define to 1 if alloca() works (via gmp-impl.h). */34#define HAVE_ALLOCA 13536/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).37*/38#define HAVE_ALLOCA_H 13940/* Define to 1 if the compiler accepts gcc style __attribute__ ((const)) */41#define HAVE_ATTRIBUTE_CONST 14243/* Define to 1 if the compiler accepts gcc style __attribute__ ((malloc)) */44#define HAVE_ATTRIBUTE_MALLOC 14546/* Define to 1 if the compiler accepts gcc style __attribute__ ((mode (XX)))47*/48#define HAVE_ATTRIBUTE_MODE 14950/* Define to 1 if the compiler accepts gcc style __attribute__ ((noreturn)) */51#define HAVE_ATTRIBUTE_NORETURN 15253/* Define to 1 if you have the `attr_get' function. */54/* #undef HAVE_ATTR_GET */5556/* Define to 1 if tests/libtests has calling conventions checking for the CPU57*/58#define HAVE_CALLING_CONVENTIONS 15960/* Define to 1 if you have the `clock' function. */61#define HAVE_CLOCK 16263/* Define to 1 if you have the `clock_gettime' function. */64#define HAVE_CLOCK_GETTIME 16566/* Define to 1 if you have the `cputime' function. */67/* #undef HAVE_CPUTIME */6869/* Define to 1 if you have the declaration of `fgetc', and to 0 if you don't.70*/71#define HAVE_DECL_FGETC 17273/* Define to 1 if you have the declaration of `fscanf', and to 0 if you don't.74*/75#define HAVE_DECL_FSCANF 17677/* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.78*/79#define HAVE_DECL_OPTARG 18081/* Define to 1 if you have the declaration of `sys_errlist', and to 0 if you82don't. */83#define HAVE_DECL_SYS_ERRLIST 18485/* Define to 1 if you have the declaration of `sys_nerr', and to 0 if you86don't. */87#define HAVE_DECL_SYS_NERR 18889/* Define to 1 if you have the declaration of `ungetc', and to 0 if you don't.90*/91#define HAVE_DECL_UNGETC 19293/* Define to 1 if you have the declaration of `vfprintf', and to 0 if you94don't. */95#define HAVE_DECL_VFPRINTF 19697/* Define to 1 if you have the <dlfcn.h> header file. */98#define HAVE_DLFCN_H 199100/* Define one of the following to 1 for the format of a `double'.101If your format is not among these choices, or you don't know what it is,102then leave all undefined.103IEEE_LITTLE_SWAPPED means little endian, but with the two 4-byte halves104swapped, as used by ARM CPUs in little endian mode. */105/* #undef HAVE_DOUBLE_IEEE_BIG_ENDIAN */106#define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1107/* #undef HAVE_DOUBLE_IEEE_LITTLE_SWAPPED */108/* #undef HAVE_DOUBLE_VAX_D */109/* #undef HAVE_DOUBLE_VAX_G */110/* #undef HAVE_DOUBLE_CRAY_CFP */111112/* Define to 1 if you have the <fcntl.h> header file. */113#define HAVE_FCNTL_H 1114115/* Define to 1 if you have the <float.h> header file. */116#define HAVE_FLOAT_H 1117118/* Define to 1 if you have the `getpagesize' function. */119#define HAVE_GETPAGESIZE 1120121/* Define to 1 if you have the `getrusage' function. */122#define HAVE_GETRUSAGE 1123124/* Define to 1 if you have the `getsysinfo' function. */125/* #undef HAVE_GETSYSINFO */126127/* Define to 1 if you have the `gettimeofday' function. */128#define HAVE_GETTIMEOFDAY 1129130/* Define one of these to 1 for the host CPU family.131If your CPU is not in any of these families, leave all undefined.132For an AMD64 chip, define "x86" in ABI=32, but not in ABI=64. */133/* #undef HAVE_HOST_CPU_FAMILY_alpha */134/* #undef HAVE_HOST_CPU_FAMILY_m68k */135/* #undef HAVE_HOST_CPU_FAMILY_power */136/* #undef HAVE_HOST_CPU_FAMILY_powerpc */137/* #undef HAVE_HOST_CPU_FAMILY_x86 */138139/* Define one of the following to 1 for the host CPU, as per the output of140./config.guess. If your CPU is not listed here, leave all undefined. */141/* #undef HAVE_HOST_CPU_alphaev67 */142/* #undef HAVE_HOST_CPU_alphaev68 */143/* #undef HAVE_HOST_CPU_alphaev7 */144/* #undef HAVE_HOST_CPU_m68020 */145/* #undef HAVE_HOST_CPU_m68030 */146/* #undef HAVE_HOST_CPU_m68040 */147/* #undef HAVE_HOST_CPU_m68060 */148/* #undef HAVE_HOST_CPU_m68360 */149/* #undef HAVE_HOST_CPU_powerpc604 */150/* #undef HAVE_HOST_CPU_powerpc604e */151/* #undef HAVE_HOST_CPU_powerpc750 */152/* #undef HAVE_HOST_CPU_powerpc7400 */153/* #undef HAVE_HOST_CPU_supersparc */154/* #undef HAVE_HOST_CPU_i386 */155/* #undef HAVE_HOST_CPU_i586 */156/* #undef HAVE_HOST_CPU_i686 */157/* #undef HAVE_HOST_CPU_pentium */158/* #undef HAVE_HOST_CPU_pentiummmx */159/* #undef HAVE_HOST_CPU_pentiumpro */160/* #undef HAVE_HOST_CPU_pentium2 */161/* #undef HAVE_HOST_CPU_pentium3 */162163/* Define to 1 if the system has the type `intmax_t'. */164#define HAVE_INTMAX_T 1165166/* Define to 1 if you have the <inttypes.h> header file. */167#define HAVE_INTTYPES_H 1168169/* Define to 1 if you have the <invent.h> header file. */170/* #undef HAVE_INVENT_H */171172/* Define to 1 if you have the <langinfo.h> header file. */173#define HAVE_LANGINFO_H 1174175/* Define one of these to 1 for the endianness of `mp_limb_t'.176If the endianness is not a simple big or little, or you don't know what177it is, then leave both undefined. */178/* #undef HAVE_LIMB_BIG_ENDIAN */179#define HAVE_LIMB_LITTLE_ENDIAN 1180181/* Define to 1 if you have the `localeconv' function. */182#define HAVE_LOCALECONV 1183184/* Define to 1 if you have the <locale.h> header file. */185#define HAVE_LOCALE_H 1186187/* Define to 1 if the system has the type `long double'. */188#define HAVE_LONG_DOUBLE 1189190/* Define to 1 if the system has the type `long long'. */191#define HAVE_LONG_LONG 1192193/* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */194/* #undef HAVE_MACHINE_HAL_SYSINFO_H */195196/* Define to 1 if you have the <memory.h> header file. */197#define HAVE_MEMORY_H 1198199/* Define to 1 if you have the `memset' function. */200#define HAVE_MEMSET 1201202/* Define to 1 if you have the `mmap' function. */203#define HAVE_MMAP 1204205/* Define to 1 if you have the `mprotect' function. */206#define HAVE_MPROTECT 1207208/* Define to 1 each of the following for which a native (ie. CPU specific)209implementation of the corresponding routine exists. */210#define HAVE_NATIVE_mpn_add_n 1211/* #undef HAVE_NATIVE_mpn_add_nc */212/* #undef HAVE_NATIVE_mpn_addlsh1_n */213/* #undef HAVE_NATIVE_mpn_addmul_1c */214/* #undef HAVE_NATIVE_mpn_addmul_2 */215/* #undef HAVE_NATIVE_mpn_addmul_3 */216/* #undef HAVE_NATIVE_mpn_addmul_4 */217/* #undef HAVE_NATIVE_mpn_addmul_5 */218/* #undef HAVE_NATIVE_mpn_addmul_6 */219/* #undef HAVE_NATIVE_mpn_addmul_7 */220/* #undef HAVE_NATIVE_mpn_addmul_8 */221/* #undef HAVE_NATIVE_mpn_addsub_n */222/* #undef HAVE_NATIVE_mpn_and_n */223/* #undef HAVE_NATIVE_mpn_andn_n */224/* #undef HAVE_NATIVE_mpn_com_n */225/* #undef HAVE_NATIVE_mpn_copyd */226/* #undef HAVE_NATIVE_mpn_copyi */227/* #undef HAVE_NATIVE_mpn_divexact_1 */228/* #undef HAVE_NATIVE_mpn_divrem_1 */229/* #undef HAVE_NATIVE_mpn_divrem_1c */230/* #undef HAVE_NATIVE_mpn_divrem_2 */231/* #undef HAVE_NATIVE_mpn_gcd_1 */232/* #undef HAVE_NATIVE_mpn_gcd_finda */233/* #undef HAVE_NATIVE_mpn_invert_limb */234/* #undef HAVE_NATIVE_mpn_ior_n */235/* #undef HAVE_NATIVE_mpn_iorn_n */236/* #undef HAVE_NATIVE_mpn_lshiftc */237/* #undef HAVE_NATIVE_mpn_mod_1 */238/* #undef HAVE_NATIVE_mpn_mod_1c */239#define HAVE_NATIVE_mpn_modexact_1_odd 1240#define HAVE_NATIVE_mpn_modexact_1c_odd 1241/* #undef HAVE_NATIVE_mpn_mul_1c */242/* #undef HAVE_NATIVE_mpn_mul_2 */243/* #undef HAVE_NATIVE_mpn_mul_3 */244/* #undef HAVE_NATIVE_mpn_mul_4 */245/* #undef HAVE_NATIVE_mpn_nand_n */246/* #undef HAVE_NATIVE_mpn_nior_n */247/* #undef HAVE_NATIVE_mpn_preinv_divrem_1 */248/* #undef HAVE_NATIVE_mpn_preinv_mod_1 */249/* #undef HAVE_NATIVE_mpn_rsh1add_n */250/* #undef HAVE_NATIVE_mpn_rsh1sub_n */251/* #undef HAVE_NATIVE_mpn_sqr_basecase */252/* #undef HAVE_NATIVE_mpn_sqr_diagonal */253#define HAVE_NATIVE_mpn_sub_n 1254/* #undef HAVE_NATIVE_mpn_sub_nc */255/* #undef HAVE_NATIVE_mpn_sublsh1_n */256/* #undef HAVE_NATIVE_mpn_submul_1c */257/* #undef HAVE_NATIVE_mpn_umul_ppmm */258/* #undef HAVE_NATIVE_mpn_umul_ppmm_r */259/* #undef HAVE_NATIVE_mpn_udiv_qrnnd */260/* #undef HAVE_NATIVE_mpn_udiv_qrnnd_r */261/* #undef HAVE_NATIVE_mpn_xor_n */262/* #undef HAVE_NATIVE_mpn_xnor_n */263264/* Define to 1 if you have the `nl_langinfo' function. */265#define HAVE_NL_LANGINFO 1266267/* Define to 1 if you have the <nl_types.h> header file. */268#define HAVE_NL_TYPES_H 1269270/* Define to 1 if you have the `obstack_vprintf' function. */271#define HAVE_OBSTACK_VPRINTF 1272273/* Define to 1 if you have the `popen' function. */274#define HAVE_POPEN 1275276/* Define to 1 if you have the `processor_info' function. */277/* #undef HAVE_PROCESSOR_INFO */278279/* Define to 1 if <sys/pstat.h> `struct pst_processor' exists and contains280`psp_iticksperclktick'. */281/* #undef HAVE_PSP_ITICKSPERCLKTICK */282283/* Define to 1 if you have the `pstat_getprocessor' function. */284/* #undef HAVE_PSTAT_GETPROCESSOR */285286/* Define to 1 if the system has the type `ptrdiff_t'. */287#define HAVE_PTRDIFF_T 1288289/* Define to 1 if the system has the type `quad_t'. */290#define HAVE_QUAD_T 1291292/* Define to 1 if you have the `raise' function. */293#define HAVE_RAISE 1294295/* Define to 1 if you have the `read_real_time' function. */296/* #undef HAVE_READ_REAL_TIME */297298/* Define to 1 if you have the `sigaction' function. */299#define HAVE_SIGACTION 1300301/* Define to 1 if you have the `sigaltstack' function. */302#define HAVE_SIGALTSTACK 1303304/* Define to 1 if you have the `sigstack' function. */305#define HAVE_SIGSTACK 1306307/* Tune directory speed_cyclecounter, undef=none, 1=32bits, 2=64bits) */308#define HAVE_SPEED_CYCLECOUNTER 2309310/* Define to 1 if you have the <sstream> header file. */311/* #undef HAVE_SSTREAM */312313/* Define to 1 if the system has the type `stack_t'. */314#define HAVE_STACK_T 1315316/* Define to 1 if <stdarg.h> exists and works */317#define HAVE_STDARG 1318319/* Define to 1 if you have the <stdint.h> header file. */320#define HAVE_STDINT_H 1321322/* Define to 1 if you have the <stdlib.h> header file. */323#define HAVE_STDLIB_H 1324325/* Define to 1 if the system has the type `std::locale'. */326/* #undef HAVE_STD__LOCALE */327328/* Define to 1 if you have the `strchr' function. */329#define HAVE_STRCHR 1330331/* Define to 1 if you have the `strerror' function. */332#define HAVE_STRERROR 1333334/* Define to 1 if cpp supports the ANSI # stringizing operator. */335#define HAVE_STRINGIZE 1336337/* Define to 1 if you have the <strings.h> header file. */338#define HAVE_STRINGS_H 1339340/* Define to 1 if you have the <string.h> header file. */341#define HAVE_STRING_H 1342343/* Define to 1 if you have the `strnlen' function. */344#define HAVE_STRNLEN 1345346/* Define to 1 if you have the `strtol' function. */347#define HAVE_STRTOL 1348349/* Define to 1 if you have the `strtoul' function. */350#define HAVE_STRTOUL 1351352/* Define to 1 if you have the `sysconf' function. */353#define HAVE_SYSCONF 1354355/* Define to 1 if you have the `sysctl' function. */356#define HAVE_SYSCTL 1357358/* Define to 1 if you have the `sysctlbyname' function. */359/* #undef HAVE_SYSCTLBYNAME */360361/* Define to 1 if you have the `syssgi' function. */362/* #undef HAVE_SYSSGI */363364/* Define to 1 if you have the <sys/attributes.h> header file. */365/* #undef HAVE_SYS_ATTRIBUTES_H */366367/* Define to 1 if you have the <sys/iograph.h> header file. */368/* #undef HAVE_SYS_IOGRAPH_H */369370/* Define to 1 if you have the <sys/mman.h> header file. */371#define HAVE_SYS_MMAN_H 1372373/* Define to 1 if you have the <sys/param.h> header file. */374#define HAVE_SYS_PARAM_H 1375376/* Define to 1 if you have the <sys/processor.h> header file. */377/* #undef HAVE_SYS_PROCESSOR_H */378379/* Define to 1 if you have the <sys/pstat.h> header file. */380/* #undef HAVE_SYS_PSTAT_H */381382/* Define to 1 if you have the <sys/resource.h> header file. */383#define HAVE_SYS_RESOURCE_H 1384385/* Define to 1 if you have the <sys/stat.h> header file. */386#define HAVE_SYS_STAT_H 1387388/* Define to 1 if you have the <sys/sysctl.h> header file. */389#define HAVE_SYS_SYSCTL_H 1390391/* Define to 1 if you have the <sys/sysinfo.h> header file. */392#define HAVE_SYS_SYSINFO_H 1393394/* Define to 1 if you have the <sys/syssgi.h> header file. */395/* #undef HAVE_SYS_SYSSGI_H */396397/* Define to 1 if you have the <sys/systemcfg.h> header file. */398/* #undef HAVE_SYS_SYSTEMCFG_H */399400/* Define to 1 if you have the <sys/times.h> header file. */401#define HAVE_SYS_TIMES_H 1402403/* Define to 1 if you have the <sys/time.h> header file. */404#define HAVE_SYS_TIME_H 1405406/* Define to 1 if you have the <sys/types.h> header file. */407#define HAVE_SYS_TYPES_H 1408409/* Define to 1 if you have the `times' function. */410#define HAVE_TIMES 1411412/* Define to 1 if the system has the type `uint_least32_t'. */413#define HAVE_UINT_LEAST32_T 1414415/* Define to 1 if you have the <unistd.h> header file. */416#define HAVE_UNISTD_H 1417418/* Define to 1 if you have the `vsnprintf' function and it works properly. */419#define HAVE_VSNPRINTF 1420421/* Assembler local label prefix */422#define LSYM_PREFIX ".L"423424/* Name of package */425#define PACKAGE "gmp"426427/* Define to the address where bug reports for this package should be sent. */428#define PACKAGE_BUGREPORT "[email protected]"429430/* Define to the full name of this package. */431#define PACKAGE_NAME "GNU MP"432433/* Define to the full name and version of this package. */434#define PACKAGE_STRING "GNU MP 4.2.1"435436/* Define to the one symbol short name of this package. */437#define PACKAGE_TARNAME "gmp"438439/* Define to the version of this package. */440#define PACKAGE_VERSION "4.2.1"441442/* Define to 1 if the C compiler supports function prototypes. */443#define PROTOTYPES 1444445/* Define as the return type of signal handlers (`int' or `void'). */446#define RETSIGTYPE void447448/* The size of a `mp_limb_t', as computed by sizeof. */449#define SIZEOF_MP_LIMB_T 8450451/* The size of a `unsigned', as computed by sizeof. */452#define SIZEOF_UNSIGNED 4453454/* The size of a `unsigned long', as computed by sizeof. */455#define SIZEOF_UNSIGNED_LONG 8456457/* The size of a `unsigned short', as computed by sizeof. */458#define SIZEOF_UNSIGNED_SHORT 2459460/* Define to 1 if sscanf requires writable inputs */461/* #undef SSCANF_WRITABLE_INPUT */462463/* Define to 1 if you have the ANSI C header files. */464#define STDC_HEADERS 1465466/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */467#define TIME_WITH_SYS_TIME 1468469/* Maximum size the tune program can test for SQR_KARATSUBA_THRESHOLD */470#define TUNE_SQR_KARATSUBA_MAX SQR_KARATSUBA_MAX_GENERIC471472/* Version number of package */473#define VERSION "4.2.1"474475/* Define to 1 to enable ASSERT checking, per --enable-assert */476/* #undef WANT_ASSERT */477478/* Define to 1 when building a fat binary. */479/* #undef WANT_FAT_BINARY */480481/* Define to 1 to enable FFTs for multiplication, per --enable-fft */482#define WANT_FFT 1483484/* Define to 1 if --enable-profiling=gprof */485/* #undef WANT_PROFILING_GPROF */486487/* Define to 1 if --enable-profiling=instrument */488/* #undef WANT_PROFILING_INSTRUMENT */489490/* Define to 1 if --enable-profiling=prof */491/* #undef WANT_PROFILING_PROF */492493/* Define one of these to 1 for the desired temporary memory allocation494method, per --enable-alloca. */495#define WANT_TMP_ALLOCA 1496/* #undef WANT_TMP_REENTRANT */497/* #undef WANT_TMP_NOTREENTRANT */498/* #undef WANT_TMP_DEBUG */499500/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a501`char[]'. */502#define YYTEXT_POINTER 1503504/* Define like PROTOTYPES; this can be used by system headers. */505#define __PROTOTYPES 1506507/* Define to `__inline__' or `__inline' if that's what the C compiler508calls it, or to nothing if 'inline' is not supported under any name. */509#ifndef __cplusplus510/* #undef inline */511#endif512513/* Define to empty if the keyword `volatile' does not work. Warning: valid514code using `volatile' can become incorrect without. Disable with care. */515/* #undef volatile */516517518