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/* config.h. Generated from config.in by configure. */1/* config.in. Generated from configure.ac by autoheader. */23/*45Copyright 1996-2014 Free Software Foundation, Inc.67This file is part of the GNU MP Library.89The GNU MP Library is free software; you can redistribute it and/or modify10it under the terms of either:1112* the GNU Lesser General Public License as published by the Free13Software Foundation; either version 3 of the License, or (at your14option) any later version.1516or1718* the GNU General Public License as published by the Free Software19Foundation; either version 2 of the License, or (at your option) any20later version.2122or both in parallel, as here.2324The GNU MP Library is distributed in the hope that it will be useful, but25WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY26or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License27for more details.2829You should have received copies of the GNU General Public License and the30GNU Lesser General Public License along with the GNU MP Library. If not,31see https://www.gnu.org/licenses/.32*/3334/* Define if building universal (internal helper macro) */35/* #undef AC_APPLE_UNIVERSAL_BUILD */3637/* The gmp-mparam.h file (a string) the tune program should suggest updating.38*/39#define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/coreihwl/gmp-mparam.h"4041/* Define to 1 if you have the `alarm' function. */42#define HAVE_ALARM 14344/* Define to 1 if alloca() works (via gmp-impl.h). */45#define HAVE_ALLOCA 14647/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).48*/49#define HAVE_ALLOCA_H 15051/* Define to 1 if the compiler accepts gcc style __attribute__ ((const)) */52#define HAVE_ATTRIBUTE_CONST 15354/* Define to 1 if the compiler accepts gcc style __attribute__ ((malloc)) */55#define HAVE_ATTRIBUTE_MALLOC 15657/* Define to 1 if the compiler accepts gcc style __attribute__ ((mode (XX)))58*/59#define HAVE_ATTRIBUTE_MODE 16061/* Define to 1 if the compiler accepts gcc style __attribute__ ((noreturn)) */62#define HAVE_ATTRIBUTE_NORETURN 16364/* Define to 1 if you have the `attr_get' function. */65/* #undef HAVE_ATTR_GET */6667/* Define to 1 if tests/libtests has calling conventions checking for the CPU68*/69#define HAVE_CALLING_CONVENTIONS 17071/* Define to 1 if you have the `clock' function. */72#define HAVE_CLOCK 17374/* Define to 1 if you have the `clock_gettime' function */75#define HAVE_CLOCK_GETTIME 17677/* Define to 1 if you have the `cputime' function. */78/* #undef HAVE_CPUTIME */7980/* Define to 1 if you have the declaration of `fgetc', and to 0 if you don't.81*/82#define HAVE_DECL_FGETC 18384/* Define to 1 if you have the declaration of `fscanf', and to 0 if you don't.85*/86#define HAVE_DECL_FSCANF 18788/* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.89*/90#define HAVE_DECL_OPTARG 19192/* Define to 1 if you have the declaration of `sys_errlist', and to 0 if you93don't. */94#define HAVE_DECL_SYS_ERRLIST 19596/* Define to 1 if you have the declaration of `sys_nerr', and to 0 if you97don't. */98#define HAVE_DECL_SYS_NERR 199100/* Define to 1 if you have the declaration of `ungetc', and to 0 if you don't.101*/102#define HAVE_DECL_UNGETC 1103104/* Define to 1 if you have the declaration of `vfprintf', and to 0 if you105don't. */106#define HAVE_DECL_VFPRINTF 1107108/* Define to 1 if you have the <dlfcn.h> header file. */109#define HAVE_DLFCN_H 1110111/* Define one of the following to 1 for the format of a `double'.112If your format is not among these choices, or you don't know what it is,113then leave all undefined.114IEEE_LITTLE_SWAPPED means little endian, but with the two 4-byte halves115swapped, as used by ARM CPUs in little endian mode. */116/* #undef HAVE_DOUBLE_IEEE_BIG_ENDIAN */117#define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1118/* #undef HAVE_DOUBLE_IEEE_LITTLE_SWAPPED */119/* #undef HAVE_DOUBLE_VAX_D */120/* #undef HAVE_DOUBLE_VAX_G */121/* #undef HAVE_DOUBLE_CRAY_CFP */122123/* Define to 1 if you have the <fcntl.h> header file. */124#define HAVE_FCNTL_H 1125126/* Define to 1 if you have the <float.h> header file. */127#define HAVE_FLOAT_H 1128129/* Define to 1 if you have the `getpagesize' function. */130#define HAVE_GETPAGESIZE 1131132/* Define to 1 if you have the `getrusage' function. */133#define HAVE_GETRUSAGE 1134135/* Define to 1 if you have the `getsysinfo' function. */136/* #undef HAVE_GETSYSINFO */137138/* Define to 1 if you have the `gettimeofday' function. */139#define HAVE_GETTIMEOFDAY 1140141/* Define one of these to 1 for the host CPU family.142If your CPU is not in any of these families, leave all undefined.143For an AMD64 chip, define "x86" in ABI=32, but not in ABI=64. */144/* #undef HAVE_HOST_CPU_FAMILY_alpha */145/* #undef HAVE_HOST_CPU_FAMILY_m68k */146/* #undef HAVE_HOST_CPU_FAMILY_power */147/* #undef HAVE_HOST_CPU_FAMILY_powerpc */148/* #undef HAVE_HOST_CPU_FAMILY_x86 */149#define HAVE_HOST_CPU_FAMILY_x86_64 1150151/* Define one of the following to 1 for the host CPU, as per the output of152./config.guess. If your CPU is not listed here, leave all undefined. */153/* #undef HAVE_HOST_CPU_alphaev67 */154/* #undef HAVE_HOST_CPU_alphaev68 */155/* #undef HAVE_HOST_CPU_alphaev7 */156/* #undef HAVE_HOST_CPU_m68020 */157/* #undef HAVE_HOST_CPU_m68030 */158/* #undef HAVE_HOST_CPU_m68040 */159/* #undef HAVE_HOST_CPU_m68060 */160/* #undef HAVE_HOST_CPU_m68360 */161/* #undef HAVE_HOST_CPU_powerpc604 */162/* #undef HAVE_HOST_CPU_powerpc604e */163/* #undef HAVE_HOST_CPU_powerpc750 */164/* #undef HAVE_HOST_CPU_powerpc7400 */165/* #undef HAVE_HOST_CPU_supersparc */166/* #undef HAVE_HOST_CPU_i386 */167/* #undef HAVE_HOST_CPU_i586 */168/* #undef HAVE_HOST_CPU_i686 */169/* #undef HAVE_HOST_CPU_pentium */170/* #undef HAVE_HOST_CPU_pentiummmx */171/* #undef HAVE_HOST_CPU_pentiumpro */172/* #undef HAVE_HOST_CPU_pentium2 */173/* #undef HAVE_HOST_CPU_pentium3 */174/* #undef HAVE_HOST_CPU_s390_z900 */175/* #undef HAVE_HOST_CPU_s390_z990 */176/* #undef HAVE_HOST_CPU_s390_z9 */177/* #undef HAVE_HOST_CPU_s390_z10 */178/* #undef HAVE_HOST_CPU_s390_z196 */179180/* Define to 1 iff we have a s390 with 64-bit registers. */181/* #undef HAVE_HOST_CPU_s390_zarch */182183/* Define to 1 if the system has the type `intmax_t'. */184#define HAVE_INTMAX_T 1185186/* Define to 1 if the system has the type `intptr_t'. */187#define HAVE_INTPTR_T 1188189/* Define to 1 if you have the <inttypes.h> header file. */190#define HAVE_INTTYPES_H 1191192/* Define to 1 if you have the <invent.h> header file. */193/* #undef HAVE_INVENT_H */194195/* Define to 1 if you have the <langinfo.h> header file. */196#define HAVE_LANGINFO_H 1197198/* Define one of these to 1 for the endianness of `mp_limb_t'.199If the endianness is not a simple big or little, or you don't know what200it is, then leave both undefined. */201/* #undef HAVE_LIMB_BIG_ENDIAN */202#define HAVE_LIMB_LITTLE_ENDIAN 1203204/* Define to 1 if you have the `localeconv' function. */205#define HAVE_LOCALECONV 1206207/* Define to 1 if you have the <locale.h> header file. */208#define HAVE_LOCALE_H 1209210/* Define to 1 if the system has the type `long double'. */211#define HAVE_LONG_DOUBLE 1212213/* Define to 1 if the system has the type `long long'. */214#define HAVE_LONG_LONG 1215216/* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */217/* #undef HAVE_MACHINE_HAL_SYSINFO_H */218219/* Define to 1 if you have the <memory.h> header file. */220#define HAVE_MEMORY_H 1221222/* Define to 1 if you have the `memset' function. */223#define HAVE_MEMSET 1224225/* Define to 1 if you have the `mmap' function. */226#define HAVE_MMAP 1227228/* Define to 1 if you have the `mprotect' function. */229#define HAVE_MPROTECT 1230231/* Define to 1 each of the following for which a native (ie. CPU specific)232implementation of the corresponding routine exists. */233#define HAVE_NATIVE_mpn_add_n 1234/* #undef HAVE_NATIVE_mpn_add_n_sub_n */235#define HAVE_NATIVE_mpn_add_nc 1236#define HAVE_NATIVE_mpn_addaddmul_1msb0 1237#define HAVE_NATIVE_mpn_addlsh1_n 1238#define HAVE_NATIVE_mpn_addlsh2_n 1239#define HAVE_NATIVE_mpn_addlsh_n 1240#define HAVE_NATIVE_mpn_addlsh1_nc 1241#define HAVE_NATIVE_mpn_addlsh2_nc 1242#define HAVE_NATIVE_mpn_addlsh_nc 1243/* #undef HAVE_NATIVE_mpn_addlsh1_n_ip1 */244/* #undef HAVE_NATIVE_mpn_addlsh2_n_ip1 */245/* #undef HAVE_NATIVE_mpn_addlsh_n_ip1 */246/* #undef HAVE_NATIVE_mpn_addlsh1_nc_ip1 */247/* #undef HAVE_NATIVE_mpn_addlsh2_nc_ip1 */248/* #undef HAVE_NATIVE_mpn_addlsh_nc_ip1 */249/* #undef HAVE_NATIVE_mpn_addlsh1_n_ip2 */250/* #undef HAVE_NATIVE_mpn_addlsh2_n_ip2 */251/* #undef HAVE_NATIVE_mpn_addlsh_n_ip2 */252/* #undef HAVE_NATIVE_mpn_addlsh1_nc_ip2 */253/* #undef HAVE_NATIVE_mpn_addlsh2_nc_ip2 */254/* #undef HAVE_NATIVE_mpn_addlsh_nc_ip2 */255/* #undef HAVE_NATIVE_mpn_addmul_1c */256#define HAVE_NATIVE_mpn_addmul_2 1257/* #undef HAVE_NATIVE_mpn_addmul_3 */258/* #undef HAVE_NATIVE_mpn_addmul_4 */259/* #undef HAVE_NATIVE_mpn_addmul_5 */260/* #undef HAVE_NATIVE_mpn_addmul_6 */261/* #undef HAVE_NATIVE_mpn_addmul_7 */262/* #undef HAVE_NATIVE_mpn_addmul_8 */263/* #undef HAVE_NATIVE_mpn_addmul_2s */264#define HAVE_NATIVE_mpn_and_n 1265#define HAVE_NATIVE_mpn_andn_n 1266#define HAVE_NATIVE_mpn_bdiv_dbm1c 1267#define HAVE_NATIVE_mpn_bdiv_q_1 1268#define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1269#define HAVE_NATIVE_mpn_cnd_add_n 1270#define HAVE_NATIVE_mpn_cnd_sub_n 1271#define HAVE_NATIVE_mpn_com 1272#define HAVE_NATIVE_mpn_copyd 1273#define HAVE_NATIVE_mpn_copyi 1274#define HAVE_NATIVE_mpn_div_qr_1n_pi1 1275/* #undef HAVE_NATIVE_mpn_div_qr_2 */276#define HAVE_NATIVE_mpn_divexact_1 1277/* #undef HAVE_NATIVE_mpn_divexact_by3c */278#define HAVE_NATIVE_mpn_divrem_1 1279/* #undef HAVE_NATIVE_mpn_divrem_1c */280#define HAVE_NATIVE_mpn_divrem_2 1281#define HAVE_NATIVE_mpn_gcd_1 1282#define HAVE_NATIVE_mpn_hamdist 1283#define HAVE_NATIVE_mpn_invert_limb 1284#define HAVE_NATIVE_mpn_ior_n 1285#define HAVE_NATIVE_mpn_iorn_n 1286#define HAVE_NATIVE_mpn_lshift 1287#define HAVE_NATIVE_mpn_lshiftc 1288/* #undef HAVE_NATIVE_mpn_lshsub_n */289/* #undef HAVE_NATIVE_mpn_mod_1 */290#define HAVE_NATIVE_mpn_mod_1_1p 1291/* #undef HAVE_NATIVE_mpn_mod_1c */292#define HAVE_NATIVE_mpn_mod_1s_2p 1293#define HAVE_NATIVE_mpn_mod_1s_4p 1294#define HAVE_NATIVE_mpn_mod_34lsub1 1295#define HAVE_NATIVE_mpn_modexact_1_odd 1296#define HAVE_NATIVE_mpn_modexact_1c_odd 1297#define HAVE_NATIVE_mpn_mul_1 1298/* #undef HAVE_NATIVE_mpn_mul_1c */299#define HAVE_NATIVE_mpn_mul_2 1300/* #undef HAVE_NATIVE_mpn_mul_3 */301/* #undef HAVE_NATIVE_mpn_mul_4 */302/* #undef HAVE_NATIVE_mpn_mul_5 */303/* #undef HAVE_NATIVE_mpn_mul_6 */304#define HAVE_NATIVE_mpn_mul_basecase 1305#define HAVE_NATIVE_mpn_nand_n 1306#define HAVE_NATIVE_mpn_nior_n 1307#define HAVE_NATIVE_mpn_popcount 1308#define HAVE_NATIVE_mpn_preinv_divrem_1 1309/* #undef HAVE_NATIVE_mpn_preinv_mod_1 */310#define HAVE_NATIVE_mpn_redc_1 1311/* #undef HAVE_NATIVE_mpn_redc_2 */312#define HAVE_NATIVE_mpn_rsblsh1_n 1313#define HAVE_NATIVE_mpn_rsblsh2_n 1314#define HAVE_NATIVE_mpn_rsblsh_n 1315#define HAVE_NATIVE_mpn_rsblsh1_nc 1316/* #undef HAVE_NATIVE_mpn_rsblsh2_nc */317/* #undef HAVE_NATIVE_mpn_rsblsh_nc */318#define HAVE_NATIVE_mpn_rsh1add_n 1319#define HAVE_NATIVE_mpn_rsh1add_nc 1320#define HAVE_NATIVE_mpn_rsh1sub_n 1321#define HAVE_NATIVE_mpn_rsh1sub_nc 1322#define HAVE_NATIVE_mpn_rshift 1323#define HAVE_NATIVE_mpn_sqr_basecase 1324/* #undef HAVE_NATIVE_mpn_sqr_diagonal */325#define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1326#define HAVE_NATIVE_mpn_sub_n 1327#define HAVE_NATIVE_mpn_sub_nc 1328#define HAVE_NATIVE_mpn_sublsh1_n 1329#define HAVE_NATIVE_mpn_sublsh2_n 1330/* #undef HAVE_NATIVE_mpn_sublsh_n */331/* #undef HAVE_NATIVE_mpn_sublsh1_nc */332/* #undef HAVE_NATIVE_mpn_sublsh2_nc */333/* #undef HAVE_NATIVE_mpn_sublsh_nc */334/* #undef HAVE_NATIVE_mpn_sublsh1_n_ip1 */335/* #undef HAVE_NATIVE_mpn_sublsh2_n_ip1 */336/* #undef HAVE_NATIVE_mpn_sublsh_n_ip1 */337/* #undef HAVE_NATIVE_mpn_sublsh1_nc_ip1 */338/* #undef HAVE_NATIVE_mpn_sublsh2_nc_ip1 */339/* #undef HAVE_NATIVE_mpn_sublsh_nc_ip1 */340/* #undef HAVE_NATIVE_mpn_submul_1c */341/* #undef HAVE_NATIVE_mpn_tabselect */342/* #undef HAVE_NATIVE_mpn_udiv_qrnnd */343/* #undef HAVE_NATIVE_mpn_udiv_qrnnd_r */344/* #undef HAVE_NATIVE_mpn_umul_ppmm */345/* #undef HAVE_NATIVE_mpn_umul_ppmm_r */346#define HAVE_NATIVE_mpn_xor_n 1347#define HAVE_NATIVE_mpn_xnor_n 1348349/* Define to 1 if you have the `nl_langinfo' function. */350#define HAVE_NL_LANGINFO 1351352/* Define to 1 if you have the <nl_types.h> header file. */353#define HAVE_NL_TYPES_H 1354355/* Define to 1 if you have the `obstack_vprintf' function. */356#define HAVE_OBSTACK_VPRINTF 1357358/* Define to 1 if you have the `popen' function. */359#define HAVE_POPEN 1360361/* Define to 1 if you have the `processor_info' function. */362/* #undef HAVE_PROCESSOR_INFO */363364/* Define to 1 if <sys/pstat.h> `struct pst_processor' exists and contains365`psp_iticksperclktick'. */366/* #undef HAVE_PSP_ITICKSPERCLKTICK */367368/* Define to 1 if you have the `pstat_getprocessor' function. */369/* #undef HAVE_PSTAT_GETPROCESSOR */370371/* Define to 1 if the system has the type `ptrdiff_t'. */372#define HAVE_PTRDIFF_T 1373374/* Define to 1 if the system has the type `quad_t'. */375#define HAVE_QUAD_T 1376377/* Define to 1 if you have the `raise' function. */378#define HAVE_RAISE 1379380/* Define to 1 if you have the `read_real_time' function. */381/* #undef HAVE_READ_REAL_TIME */382383/* Define to 1 if you have the `sigaction' function. */384#define HAVE_SIGACTION 1385386/* Define to 1 if you have the `sigaltstack' function. */387#define HAVE_SIGALTSTACK 1388389/* Define to 1 if you have the `sigstack' function. */390#define HAVE_SIGSTACK 1391392/* Tune directory speed_cyclecounter, undef=none, 1=32bits, 2=64bits) */393#define HAVE_SPEED_CYCLECOUNTER 2394395/* Define to 1 if you have the <sstream> header file. */396#define HAVE_SSTREAM 1397398/* Define to 1 if the system has the type `stack_t'. */399#define HAVE_STACK_T 1400401/* Define to 1 if you have the <stdint.h> header file. */402#define HAVE_STDINT_H 1403404/* Define to 1 if you have the <stdlib.h> header file. */405#define HAVE_STDLIB_H 1406407/* Define to 1 if the system has the type `std::locale'. */408#define HAVE_STD__LOCALE 1409410/* Define to 1 if you have the `strchr' function. */411#define HAVE_STRCHR 1412413/* Define to 1 if you have the `strerror' function. */414#define HAVE_STRERROR 1415416/* Define to 1 if cpp supports the ANSI # stringizing operator. */417#define HAVE_STRINGIZE 1418419/* Define to 1 if you have the <strings.h> header file. */420#define HAVE_STRINGS_H 1421422/* Define to 1 if you have the <string.h> header file. */423#define HAVE_STRING_H 1424425/* Define to 1 if you have the `strnlen' function. */426#define HAVE_STRNLEN 1427428/* Define to 1 if you have the `strtol' function. */429#define HAVE_STRTOL 1430431/* Define to 1 if you have the `strtoul' function. */432#define HAVE_STRTOUL 1433434/* Define to 1 if you have the `sysconf' function. */435#define HAVE_SYSCONF 1436437/* Define to 1 if you have the `sysctl' function. */438#define HAVE_SYSCTL 1439440/* Define to 1 if you have the `sysctlbyname' function. */441/* #undef HAVE_SYSCTLBYNAME */442443/* Define to 1 if you have the `syssgi' function. */444/* #undef HAVE_SYSSGI */445446/* Define to 1 if you have the <sys/attributes.h> header file. */447/* #undef HAVE_SYS_ATTRIBUTES_H */448449/* Define to 1 if you have the <sys/iograph.h> header file. */450/* #undef HAVE_SYS_IOGRAPH_H */451452/* Define to 1 if you have the <sys/mman.h> header file. */453#define HAVE_SYS_MMAN_H 1454455/* Define to 1 if you have the <sys/param.h> header file. */456#define HAVE_SYS_PARAM_H 1457458/* Define to 1 if you have the <sys/processor.h> header file. */459/* #undef HAVE_SYS_PROCESSOR_H */460461/* Define to 1 if you have the <sys/pstat.h> header file. */462/* #undef HAVE_SYS_PSTAT_H */463464/* Define to 1 if you have the <sys/resource.h> header file. */465#define HAVE_SYS_RESOURCE_H 1466467/* Define to 1 if you have the <sys/stat.h> header file. */468#define HAVE_SYS_STAT_H 1469470/* Define to 1 if you have the <sys/sysctl.h> header file. */471#define HAVE_SYS_SYSCTL_H 1472473/* Define to 1 if you have the <sys/sysinfo.h> header file. */474#define HAVE_SYS_SYSINFO_H 1475476/* Define to 1 if you have the <sys/syssgi.h> header file. */477/* #undef HAVE_SYS_SYSSGI_H */478479/* Define to 1 if you have the <sys/systemcfg.h> header file. */480/* #undef HAVE_SYS_SYSTEMCFG_H */481482/* Define to 1 if you have the <sys/times.h> header file. */483#define HAVE_SYS_TIMES_H 1484485/* Define to 1 if you have the <sys/time.h> header file. */486#define HAVE_SYS_TIME_H 1487488/* Define to 1 if you have the <sys/types.h> header file. */489#define HAVE_SYS_TYPES_H 1490491/* Define to 1 if you have the `times' function. */492#define HAVE_TIMES 1493494/* Define to 1 if the system has the type `uint_least32_t'. */495#define HAVE_UINT_LEAST32_T 1496497/* Define to 1 if you have the <unistd.h> header file. */498#define HAVE_UNISTD_H 1499500/* Define to 1 if you have the `vsnprintf' function and it works properly. */501#define HAVE_VSNPRINTF 1502503/* Define to 1 for Windos/64 */504/* #undef HOST_DOS64 */505506/* Assembler local label prefix */507#define LSYM_PREFIX ".L"508509/* Define to the sub-directory in which libtool stores uninstalled libraries.510*/511#define LT_OBJDIR ".libs/"512513/* Name of package */514#define PACKAGE "gmp"515516/* Define to the address where bug reports for this package should be sent. */517#define PACKAGE_BUGREPORT "[email protected], see https://gmplib.org/manual/Reporting-Bugs.html"518519/* Define to the full name of this package. */520#define PACKAGE_NAME "GNU MP"521522/* Define to the full name and version of this package. */523#define PACKAGE_STRING "GNU MP 6.0.0"524525/* Define to the one symbol short name of this package. */526#define PACKAGE_TARNAME "gmp"527528/* Define to the home page for this package. */529#define PACKAGE_URL "http://www.gnu.org/software/gmp/"530531/* Define to the version of this package. */532#define PACKAGE_VERSION "6.0.0"533534/* Define as the return type of signal handlers (`int' or `void'). */535#define RETSIGTYPE void536537/* The size of `mp_limb_t', as computed by sizeof. */538#define SIZEOF_MP_LIMB_T 8539540/* The size of `unsigned', as computed by sizeof. */541#define SIZEOF_UNSIGNED 4542543/* The size of `unsigned long', as computed by sizeof. */544#define SIZEOF_UNSIGNED_LONG 8545546/* The size of `unsigned short', as computed by sizeof. */547#define SIZEOF_UNSIGNED_SHORT 2548549/* The size of `void *', as computed by sizeof. */550#define SIZEOF_VOID_P 8551552/* Define to 1 if sscanf requires writable inputs */553/* #undef SSCANF_WRITABLE_INPUT */554555/* Define to 1 if you have the ANSI C header files. */556#define STDC_HEADERS 1557558/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */559#define TIME_WITH_SYS_TIME 1560561/* Maximum size the tune program can test for SQR_TOOM2_THRESHOLD */562/* #undef TUNE_SQR_TOOM2_MAX */563564/* Version number of package */565#define VERSION "6.0.0"566567/* Defined to 1 as per --enable-assembly */568#define WANT_ASSEMBLY 1569570/* Define to 1 to enable ASSERT checking, per --enable-assert */571/* #undef WANT_ASSERT */572573/* Define to 1 to enable GMP_CPU_TYPE faking cpuid, per --enable-fake-cpuid */574/* #undef WANT_FAKE_CPUID */575576/* Define to 1 when building a fat binary. */577/* #undef WANT_FAT_BINARY */578579/* Define to 1 to enable FFTs for multiplication, per --enable-fft */580#define WANT_FFT 1581582/* Define to 1 to enable old mpn_mul_fft_full for multiplication, per583--enable-old-fft-full */584/* #undef WANT_OLD_FFT_FULL */585586/* Define to 1 if --enable-profiling=gprof */587/* #undef WANT_PROFILING_GPROF */588589/* Define to 1 if --enable-profiling=instrument */590/* #undef WANT_PROFILING_INSTRUMENT */591592/* Define to 1 if --enable-profiling=prof */593/* #undef WANT_PROFILING_PROF */594595/* Define one of these to 1 for the desired temporary memory allocation596method, per --enable-alloca. */597#define WANT_TMP_ALLOCA 1598/* #undef WANT_TMP_REENTRANT */599/* #undef WANT_TMP_NOTREENTRANT */600/* #undef WANT_TMP_DEBUG */601602/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most603significant byte first (like Motorola and SPARC, unlike Intel). */604#if defined AC_APPLE_UNIVERSAL_BUILD605# if defined __BIG_ENDIAN__606# define WORDS_BIGENDIAN 1607# endif608#else609# ifndef WORDS_BIGENDIAN610/* # undef WORDS_BIGENDIAN */611# endif612#endif613614/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a615`char[]'. */616#define YYTEXT_POINTER 1617618/* Define to `__inline__' or `__inline' if that's what the C compiler619calls it, or to nothing if 'inline' is not supported under any name. */620#ifndef __cplusplus621/* #undef inline */622#endif623624/* Define to the equivalent of the C99 'restrict' keyword, or to625nothing if this is not supported. Do not define if restrict is626supported directly. */627#define restrict __restrict628/* Work around a bug in Sun C++: it does not support _Restrict or629__restrict__, even though the corresponding Sun C compiler ends up with630"#define restrict _Restrict" or "#define restrict __restrict__" in the631previous line. Perhaps some future version of Sun C++ will work with632restrict; if so, hopefully it defines __RESTRICT like Sun C does. */633#if defined __SUNPRO_CC && !defined __RESTRICT634# define _Restrict635# define __restrict__636#endif637638/* Define to empty if the keyword `volatile' does not work. Warning: valid639code using `volatile' can become incorrect without. Disable with care. */640/* #undef volatile */641642643