Austin Schuh | dace2a6 | 2020-08-18 10:56:48 -0700 | [diff] [blame^] | 1 | /* config.in. Generated from configure.ac by autoheader. */ |
| 2 | |
| 3 | /* |
| 4 | |
| 5 | Copyright 1996-2020 Free Software Foundation, Inc. |
| 6 | |
| 7 | This file is part of the GNU MP Library. |
| 8 | |
| 9 | The GNU MP Library is free software; you can redistribute it and/or modify |
| 10 | it under the terms of either: |
| 11 | |
| 12 | * the GNU Lesser General Public License as published by the Free |
| 13 | Software Foundation; either version 3 of the License, or (at your |
| 14 | option) any later version. |
| 15 | |
| 16 | or |
| 17 | |
| 18 | * the GNU General Public License as published by the Free Software |
| 19 | Foundation; either version 2 of the License, or (at your option) any |
| 20 | later version. |
| 21 | |
| 22 | or both in parallel, as here. |
| 23 | |
| 24 | The GNU MP Library is distributed in the hope that it will be useful, but |
| 25 | WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
| 26 | or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
| 27 | for more details. |
| 28 | |
| 29 | You should have received copies of the GNU General Public License and the |
| 30 | GNU Lesser General Public License along with the GNU MP Library. If not, |
| 31 | see https://www.gnu.org/licenses/. |
| 32 | */ |
| 33 | |
| 34 | /* Define if building universal (internal helper macro) */ |
| 35 | #undef AC_APPLE_UNIVERSAL_BUILD |
| 36 | |
| 37 | /* The gmp-mparam.h file (a string) the tune program should suggest updating. |
| 38 | */ |
| 39 | #undef GMP_MPARAM_H_SUGGEST |
| 40 | |
| 41 | /* Define to 1 if you have the `alarm' function. */ |
| 42 | #undef HAVE_ALARM |
| 43 | |
| 44 | /* Define to 1 if alloca() works (via gmp-impl.h). */ |
| 45 | #undef HAVE_ALLOCA |
| 46 | |
| 47 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). |
| 48 | */ |
| 49 | #undef HAVE_ALLOCA_H |
| 50 | |
| 51 | /* Define to 1 if the compiler accepts gcc style __attribute__ ((const)) */ |
| 52 | #undef HAVE_ATTRIBUTE_CONST |
| 53 | |
| 54 | /* Define to 1 if the compiler accepts gcc style __attribute__ ((malloc)) */ |
| 55 | #undef HAVE_ATTRIBUTE_MALLOC |
| 56 | |
| 57 | /* Define to 1 if the compiler accepts gcc style __attribute__ ((mode (XX))) |
| 58 | */ |
| 59 | #undef HAVE_ATTRIBUTE_MODE |
| 60 | |
| 61 | /* Define to 1 if the compiler accepts gcc style __attribute__ ((noreturn)) */ |
| 62 | #undef HAVE_ATTRIBUTE_NORETURN |
| 63 | |
| 64 | /* Define to 1 if you have the `attr_get' function. */ |
| 65 | #undef HAVE_ATTR_GET |
| 66 | |
| 67 | /* Define to 1 if tests/libtests has calling conventions checking for the CPU |
| 68 | */ |
| 69 | #undef HAVE_CALLING_CONVENTIONS |
| 70 | |
| 71 | /* Define to 1 if you have the `clock' function. */ |
| 72 | #undef HAVE_CLOCK |
| 73 | |
| 74 | /* Define to 1 if you have the `clock_gettime' function */ |
| 75 | #undef HAVE_CLOCK_GETTIME |
| 76 | |
| 77 | /* Define to 1 if you have the `cputime' function. */ |
| 78 | #undef HAVE_CPUTIME |
| 79 | |
| 80 | /* Define to 1 if you have the declaration of `fgetc', and to 0 if you don't. |
| 81 | */ |
| 82 | #undef HAVE_DECL_FGETC |
| 83 | |
| 84 | /* Define to 1 if you have the declaration of `fscanf', and to 0 if you don't. |
| 85 | */ |
| 86 | #undef HAVE_DECL_FSCANF |
| 87 | |
| 88 | /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't. |
| 89 | */ |
| 90 | #undef HAVE_DECL_OPTARG |
| 91 | |
| 92 | /* Define to 1 if you have the declaration of `sys_errlist', and to 0 if you |
| 93 | don't. */ |
| 94 | #undef HAVE_DECL_SYS_ERRLIST |
| 95 | |
| 96 | /* Define to 1 if you have the declaration of `sys_nerr', and to 0 if you |
| 97 | don't. */ |
| 98 | #undef HAVE_DECL_SYS_NERR |
| 99 | |
| 100 | /* Define to 1 if you have the declaration of `ungetc', and to 0 if you don't. |
| 101 | */ |
| 102 | #undef HAVE_DECL_UNGETC |
| 103 | |
| 104 | /* Define to 1 if you have the declaration of `vfprintf', and to 0 if you |
| 105 | don't. */ |
| 106 | #undef HAVE_DECL_VFPRINTF |
| 107 | |
| 108 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 109 | #undef HAVE_DLFCN_H |
| 110 | |
| 111 | /* Define one of the following to 1 for the format of a `double'. |
| 112 | If your format is not among these choices, or you don't know what it is, |
| 113 | then leave all undefined. |
| 114 | IEEE_LITTLE_SWAPPED means little endian, but with the two 4-byte halves |
| 115 | swapped, as used by ARM CPUs in little endian mode. */ |
| 116 | #undef HAVE_DOUBLE_IEEE_BIG_ENDIAN |
| 117 | #undef HAVE_DOUBLE_IEEE_LITTLE_ENDIAN |
| 118 | #undef HAVE_DOUBLE_IEEE_LITTLE_SWAPPED |
| 119 | #undef HAVE_DOUBLE_VAX_D |
| 120 | #undef HAVE_DOUBLE_VAX_G |
| 121 | #undef HAVE_DOUBLE_CRAY_CFP |
| 122 | |
| 123 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| 124 | #undef HAVE_FCNTL_H |
| 125 | |
| 126 | /* Define to 1 if you have the <float.h> header file. */ |
| 127 | #undef HAVE_FLOAT_H |
| 128 | |
| 129 | /* Define to 1 if you have the `getpagesize' function. */ |
| 130 | #undef HAVE_GETPAGESIZE |
| 131 | |
| 132 | /* Define to 1 if you have the `getrusage' function. */ |
| 133 | #undef HAVE_GETRUSAGE |
| 134 | |
| 135 | /* Define to 1 if you have the `getsysinfo' function. */ |
| 136 | #undef HAVE_GETSYSINFO |
| 137 | |
| 138 | /* Define to 1 if you have the `gettimeofday' function. */ |
| 139 | #undef HAVE_GETTIMEOFDAY |
| 140 | |
| 141 | /* Define to 1 if the compiler accepts gcc style __attribute__ ((visibility)) |
| 142 | and __attribute__ ((alias)) */ |
| 143 | #undef HAVE_HIDDEN_ALIAS |
| 144 | |
| 145 | /* Define one of these to 1 for the host CPU family. |
| 146 | If your CPU is not in any of these families, leave all undefined. |
| 147 | For an AMD64 chip, define "x86" in ABI=32, but not in ABI=64. */ |
| 148 | #undef HAVE_HOST_CPU_FAMILY_alpha |
| 149 | #undef HAVE_HOST_CPU_FAMILY_m68k |
| 150 | #undef HAVE_HOST_CPU_FAMILY_power |
| 151 | #undef HAVE_HOST_CPU_FAMILY_powerpc |
| 152 | #undef HAVE_HOST_CPU_FAMILY_x86 |
| 153 | #undef HAVE_HOST_CPU_FAMILY_x86_64 |
| 154 | |
| 155 | /* Define one of the following to 1 for the host CPU, as per the output of |
| 156 | ./config.guess. If your CPU is not listed here, leave all undefined. */ |
| 157 | #undef HAVE_HOST_CPU_alphaev67 |
| 158 | #undef HAVE_HOST_CPU_alphaev68 |
| 159 | #undef HAVE_HOST_CPU_alphaev7 |
| 160 | #undef HAVE_HOST_CPU_m68020 |
| 161 | #undef HAVE_HOST_CPU_m68030 |
| 162 | #undef HAVE_HOST_CPU_m68040 |
| 163 | #undef HAVE_HOST_CPU_m68060 |
| 164 | #undef HAVE_HOST_CPU_m68360 |
| 165 | #undef HAVE_HOST_CPU_powerpc604 |
| 166 | #undef HAVE_HOST_CPU_powerpc604e |
| 167 | #undef HAVE_HOST_CPU_powerpc750 |
| 168 | #undef HAVE_HOST_CPU_powerpc7400 |
| 169 | #undef HAVE_HOST_CPU_supersparc |
| 170 | #undef HAVE_HOST_CPU_i386 |
| 171 | #undef HAVE_HOST_CPU_i586 |
| 172 | #undef HAVE_HOST_CPU_i686 |
| 173 | #undef HAVE_HOST_CPU_pentium |
| 174 | #undef HAVE_HOST_CPU_pentiummmx |
| 175 | #undef HAVE_HOST_CPU_pentiumpro |
| 176 | #undef HAVE_HOST_CPU_pentium2 |
| 177 | #undef HAVE_HOST_CPU_pentium3 |
| 178 | #undef HAVE_HOST_CPU_pentium4 |
| 179 | #undef HAVE_HOST_CPU_core2 |
| 180 | #undef HAVE_HOST_CPU_nehalem |
| 181 | #undef HAVE_HOST_CPU_westmere |
| 182 | #undef HAVE_HOST_CPU_sandybridge |
| 183 | #undef HAVE_HOST_CPU_ivybridge |
| 184 | #undef HAVE_HOST_CPU_haswell |
| 185 | #undef HAVE_HOST_CPU_broadwell |
| 186 | #undef HAVE_HOST_CPU_skylake |
| 187 | #undef HAVE_HOST_CPU_silvermont |
| 188 | #undef HAVE_HOST_CPU_goldmont |
| 189 | #undef HAVE_HOST_CPU_k8 |
| 190 | #undef HAVE_HOST_CPU_k10 |
| 191 | #undef HAVE_HOST_CPU_bulldozer |
| 192 | #undef HAVE_HOST_CPU_piledriver |
| 193 | #undef HAVE_HOST_CPU_steamroller |
| 194 | #undef HAVE_HOST_CPU_excavator |
| 195 | #undef HAVE_HOST_CPU_zen |
| 196 | #undef HAVE_HOST_CPU_bobcat |
| 197 | #undef HAVE_HOST_CPU_jaguar |
| 198 | #undef HAVE_HOST_CPU_s390_z900 |
| 199 | #undef HAVE_HOST_CPU_s390_z990 |
| 200 | #undef HAVE_HOST_CPU_s390_z9 |
| 201 | #undef HAVE_HOST_CPU_s390_z10 |
| 202 | #undef HAVE_HOST_CPU_s390_z196 |
| 203 | |
| 204 | /* Define to 1 iff we have a s390 with 64-bit registers. */ |
| 205 | #undef HAVE_HOST_CPU_s390_zarch |
| 206 | |
| 207 | /* Define to 1 if the system has the type `intmax_t'. */ |
| 208 | #undef HAVE_INTMAX_T |
| 209 | |
| 210 | /* Define to 1 if the system has the type `intptr_t'. */ |
| 211 | #undef HAVE_INTPTR_T |
| 212 | |
| 213 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 214 | #undef HAVE_INTTYPES_H |
| 215 | |
| 216 | /* Define to 1 if you have the <invent.h> header file. */ |
| 217 | #undef HAVE_INVENT_H |
| 218 | |
| 219 | /* Define to 1 if you have the <langinfo.h> header file. */ |
| 220 | #undef HAVE_LANGINFO_H |
| 221 | |
| 222 | /* Define one of these to 1 for the endianness of `mp_limb_t'. |
| 223 | If the endianness is not a simple big or little, or you don't know what |
| 224 | it is, then leave both undefined. */ |
| 225 | #undef HAVE_LIMB_BIG_ENDIAN |
| 226 | #undef HAVE_LIMB_LITTLE_ENDIAN |
| 227 | |
| 228 | /* Define to 1 if you have the `localeconv' function. */ |
| 229 | #undef HAVE_LOCALECONV |
| 230 | |
| 231 | /* Define to 1 if you have the <locale.h> header file. */ |
| 232 | #undef HAVE_LOCALE_H |
| 233 | |
| 234 | /* Define to 1 if the system has the type `long double'. */ |
| 235 | #undef HAVE_LONG_DOUBLE |
| 236 | |
| 237 | /* Define to 1 if the system has the type `long long'. */ |
| 238 | #undef HAVE_LONG_LONG |
| 239 | |
| 240 | /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */ |
| 241 | #undef HAVE_MACHINE_HAL_SYSINFO_H |
| 242 | |
| 243 | /* Define to 1 if you have the <memory.h> header file. */ |
| 244 | #undef HAVE_MEMORY_H |
| 245 | |
| 246 | /* Define to 1 if you have the `memset' function. */ |
| 247 | #undef HAVE_MEMSET |
| 248 | |
| 249 | /* Define to 1 if you have the `mmap' function. */ |
| 250 | #undef HAVE_MMAP |
| 251 | |
| 252 | /* Define to 1 if you have the `mprotect' function. */ |
| 253 | #undef HAVE_MPROTECT |
| 254 | |
| 255 | /* Define to 1 each of the following for which a native (ie. CPU specific) |
| 256 | implementation of the corresponding routine exists. */ |
| 257 | #undef HAVE_NATIVE_mpn_add_n |
| 258 | #undef HAVE_NATIVE_mpn_add_n_sub_n |
| 259 | #undef HAVE_NATIVE_mpn_add_nc |
| 260 | #undef HAVE_NATIVE_mpn_addaddmul_1msb0 |
| 261 | #undef HAVE_NATIVE_mpn_addlsh1_n |
| 262 | #undef HAVE_NATIVE_mpn_addlsh2_n |
| 263 | #undef HAVE_NATIVE_mpn_addlsh_n |
| 264 | #undef HAVE_NATIVE_mpn_addlsh1_nc |
| 265 | #undef HAVE_NATIVE_mpn_addlsh2_nc |
| 266 | #undef HAVE_NATIVE_mpn_addlsh_nc |
| 267 | #undef HAVE_NATIVE_mpn_addlsh1_n_ip1 |
| 268 | #undef HAVE_NATIVE_mpn_addlsh2_n_ip1 |
| 269 | #undef HAVE_NATIVE_mpn_addlsh_n_ip1 |
| 270 | #undef HAVE_NATIVE_mpn_addlsh1_nc_ip1 |
| 271 | #undef HAVE_NATIVE_mpn_addlsh2_nc_ip1 |
| 272 | #undef HAVE_NATIVE_mpn_addlsh_nc_ip1 |
| 273 | #undef HAVE_NATIVE_mpn_addlsh1_n_ip2 |
| 274 | #undef HAVE_NATIVE_mpn_addlsh2_n_ip2 |
| 275 | #undef HAVE_NATIVE_mpn_addlsh_n_ip2 |
| 276 | #undef HAVE_NATIVE_mpn_addlsh1_nc_ip2 |
| 277 | #undef HAVE_NATIVE_mpn_addlsh2_nc_ip2 |
| 278 | #undef HAVE_NATIVE_mpn_addlsh_nc_ip2 |
| 279 | #undef HAVE_NATIVE_mpn_addmul_1c |
| 280 | #undef HAVE_NATIVE_mpn_addmul_2 |
| 281 | #undef HAVE_NATIVE_mpn_addmul_3 |
| 282 | #undef HAVE_NATIVE_mpn_addmul_4 |
| 283 | #undef HAVE_NATIVE_mpn_addmul_5 |
| 284 | #undef HAVE_NATIVE_mpn_addmul_6 |
| 285 | #undef HAVE_NATIVE_mpn_addmul_7 |
| 286 | #undef HAVE_NATIVE_mpn_addmul_8 |
| 287 | #undef HAVE_NATIVE_mpn_addmul_2s |
| 288 | #undef HAVE_NATIVE_mpn_and_n |
| 289 | #undef HAVE_NATIVE_mpn_andn_n |
| 290 | #undef HAVE_NATIVE_mpn_bdiv_dbm1c |
| 291 | #undef HAVE_NATIVE_mpn_bdiv_q_1 |
| 292 | #undef HAVE_NATIVE_mpn_pi1_bdiv_q_1 |
| 293 | #undef HAVE_NATIVE_mpn_cnd_add_n |
| 294 | #undef HAVE_NATIVE_mpn_cnd_sub_n |
| 295 | #undef HAVE_NATIVE_mpn_com |
| 296 | #undef HAVE_NATIVE_mpn_copyd |
| 297 | #undef HAVE_NATIVE_mpn_copyi |
| 298 | #undef HAVE_NATIVE_mpn_div_qr_1n_pi1 |
| 299 | #undef HAVE_NATIVE_mpn_div_qr_2 |
| 300 | #undef HAVE_NATIVE_mpn_divexact_1 |
| 301 | #undef HAVE_NATIVE_mpn_divexact_by3c |
| 302 | #undef HAVE_NATIVE_mpn_divrem_1 |
| 303 | #undef HAVE_NATIVE_mpn_divrem_1c |
| 304 | #undef HAVE_NATIVE_mpn_divrem_2 |
| 305 | #undef HAVE_NATIVE_mpn_gcd_1 |
| 306 | #undef HAVE_NATIVE_mpn_gcd_11 |
| 307 | #undef HAVE_NATIVE_mpn_gcd_22 |
| 308 | #undef HAVE_NATIVE_mpn_hamdist |
| 309 | #undef HAVE_NATIVE_mpn_invert_limb |
| 310 | #undef HAVE_NATIVE_mpn_ior_n |
| 311 | #undef HAVE_NATIVE_mpn_iorn_n |
| 312 | #undef HAVE_NATIVE_mpn_lshift |
| 313 | #undef HAVE_NATIVE_mpn_lshiftc |
| 314 | #undef HAVE_NATIVE_mpn_lshsub_n |
| 315 | #undef HAVE_NATIVE_mpn_mod_1 |
| 316 | #undef HAVE_NATIVE_mpn_mod_1_1p |
| 317 | #undef HAVE_NATIVE_mpn_mod_1c |
| 318 | #undef HAVE_NATIVE_mpn_mod_1s_2p |
| 319 | #undef HAVE_NATIVE_mpn_mod_1s_4p |
| 320 | #undef HAVE_NATIVE_mpn_mod_34lsub1 |
| 321 | #undef HAVE_NATIVE_mpn_modexact_1_odd |
| 322 | #undef HAVE_NATIVE_mpn_modexact_1c_odd |
| 323 | #undef HAVE_NATIVE_mpn_mul_1 |
| 324 | #undef HAVE_NATIVE_mpn_mul_1c |
| 325 | #undef HAVE_NATIVE_mpn_mul_2 |
| 326 | #undef HAVE_NATIVE_mpn_mul_3 |
| 327 | #undef HAVE_NATIVE_mpn_mul_4 |
| 328 | #undef HAVE_NATIVE_mpn_mul_5 |
| 329 | #undef HAVE_NATIVE_mpn_mul_6 |
| 330 | #undef HAVE_NATIVE_mpn_mul_basecase |
| 331 | #undef HAVE_NATIVE_mpn_mullo_basecase |
| 332 | #undef HAVE_NATIVE_mpn_nand_n |
| 333 | #undef HAVE_NATIVE_mpn_nior_n |
| 334 | #undef HAVE_NATIVE_mpn_popcount |
| 335 | #undef HAVE_NATIVE_mpn_preinv_divrem_1 |
| 336 | #undef HAVE_NATIVE_mpn_preinv_mod_1 |
| 337 | #undef HAVE_NATIVE_mpn_redc_1 |
| 338 | #undef HAVE_NATIVE_mpn_redc_2 |
| 339 | #undef HAVE_NATIVE_mpn_rsblsh1_n |
| 340 | #undef HAVE_NATIVE_mpn_rsblsh2_n |
| 341 | #undef HAVE_NATIVE_mpn_rsblsh_n |
| 342 | #undef HAVE_NATIVE_mpn_rsblsh1_nc |
| 343 | #undef HAVE_NATIVE_mpn_rsblsh2_nc |
| 344 | #undef HAVE_NATIVE_mpn_rsblsh_nc |
| 345 | #undef HAVE_NATIVE_mpn_rsh1add_n |
| 346 | #undef HAVE_NATIVE_mpn_rsh1add_nc |
| 347 | #undef HAVE_NATIVE_mpn_rsh1sub_n |
| 348 | #undef HAVE_NATIVE_mpn_rsh1sub_nc |
| 349 | #undef HAVE_NATIVE_mpn_rshift |
| 350 | #undef HAVE_NATIVE_mpn_sbpi1_bdiv_r |
| 351 | #undef HAVE_NATIVE_mpn_sqr_basecase |
| 352 | #undef HAVE_NATIVE_mpn_sqr_diagonal |
| 353 | #undef HAVE_NATIVE_mpn_sqr_diag_addlsh1 |
| 354 | #undef HAVE_NATIVE_mpn_sub_n |
| 355 | #undef HAVE_NATIVE_mpn_sub_nc |
| 356 | #undef HAVE_NATIVE_mpn_sublsh1_n |
| 357 | #undef HAVE_NATIVE_mpn_sublsh2_n |
| 358 | #undef HAVE_NATIVE_mpn_sublsh_n |
| 359 | #undef HAVE_NATIVE_mpn_sublsh1_nc |
| 360 | #undef HAVE_NATIVE_mpn_sublsh2_nc |
| 361 | #undef HAVE_NATIVE_mpn_sublsh_nc |
| 362 | #undef HAVE_NATIVE_mpn_sublsh1_n_ip1 |
| 363 | #undef HAVE_NATIVE_mpn_sublsh2_n_ip1 |
| 364 | #undef HAVE_NATIVE_mpn_sublsh_n_ip1 |
| 365 | #undef HAVE_NATIVE_mpn_sublsh1_nc_ip1 |
| 366 | #undef HAVE_NATIVE_mpn_sublsh2_nc_ip1 |
| 367 | #undef HAVE_NATIVE_mpn_sublsh_nc_ip1 |
| 368 | #undef HAVE_NATIVE_mpn_submul_1c |
| 369 | #undef HAVE_NATIVE_mpn_tabselect |
| 370 | #undef HAVE_NATIVE_mpn_udiv_qrnnd |
| 371 | #undef HAVE_NATIVE_mpn_udiv_qrnnd_r |
| 372 | #undef HAVE_NATIVE_mpn_umul_ppmm |
| 373 | #undef HAVE_NATIVE_mpn_umul_ppmm_r |
| 374 | #undef HAVE_NATIVE_mpn_xor_n |
| 375 | #undef HAVE_NATIVE_mpn_xnor_n |
| 376 | |
| 377 | /* Define to 1 if you have the `nl_langinfo' function. */ |
| 378 | #undef HAVE_NL_LANGINFO |
| 379 | |
| 380 | /* Define to 1 if you have the <nl_types.h> header file. */ |
| 381 | #undef HAVE_NL_TYPES_H |
| 382 | |
| 383 | /* Define to 1 if you have the `obstack_vprintf' function. */ |
| 384 | #undef HAVE_OBSTACK_VPRINTF |
| 385 | |
| 386 | /* Define to 1 if you have the `popen' function. */ |
| 387 | #undef HAVE_POPEN |
| 388 | |
| 389 | /* Define to 1 if you have the `processor_info' function. */ |
| 390 | #undef HAVE_PROCESSOR_INFO |
| 391 | |
| 392 | /* Define to 1 if <sys/pstat.h> `struct pst_processor' exists and contains |
| 393 | `psp_iticksperclktick'. */ |
| 394 | #undef HAVE_PSP_ITICKSPERCLKTICK |
| 395 | |
| 396 | /* Define to 1 if you have the `pstat_getprocessor' function. */ |
| 397 | #undef HAVE_PSTAT_GETPROCESSOR |
| 398 | |
| 399 | /* Define to 1 if the system has the type `ptrdiff_t'. */ |
| 400 | #undef HAVE_PTRDIFF_T |
| 401 | |
| 402 | /* Define to 1 if the system has the type `quad_t'. */ |
| 403 | #undef HAVE_QUAD_T |
| 404 | |
| 405 | /* Define to 1 if you have the `raise' function. */ |
| 406 | #undef HAVE_RAISE |
| 407 | |
| 408 | /* Define to 1 if you have the `read_real_time' function. */ |
| 409 | #undef HAVE_READ_REAL_TIME |
| 410 | |
| 411 | /* Define to 1 if you have the `sigaction' function. */ |
| 412 | #undef HAVE_SIGACTION |
| 413 | |
| 414 | /* Define to 1 if you have the `sigaltstack' function. */ |
| 415 | #undef HAVE_SIGALTSTACK |
| 416 | |
| 417 | /* Define to 1 if you have the `sigstack' function. */ |
| 418 | #undef HAVE_SIGSTACK |
| 419 | |
| 420 | /* Tune directory speed_cyclecounter, undef=none, 1=32bits, 2=64bits) */ |
| 421 | #undef HAVE_SPEED_CYCLECOUNTER |
| 422 | |
| 423 | /* Define to 1 if you have the <sstream> header file. */ |
| 424 | #undef HAVE_SSTREAM |
| 425 | |
| 426 | /* Define to 1 if the system has the type `stack_t'. */ |
| 427 | #undef HAVE_STACK_T |
| 428 | |
| 429 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 430 | #undef HAVE_STDINT_H |
| 431 | |
| 432 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| 433 | #undef HAVE_STDLIB_H |
| 434 | |
| 435 | /* Define to 1 if the system has the type `std::locale'. */ |
| 436 | #undef HAVE_STD__LOCALE |
| 437 | |
| 438 | /* Define to 1 if you have the `strchr' function. */ |
| 439 | #undef HAVE_STRCHR |
| 440 | |
| 441 | /* Define to 1 if you have the `strerror' function. */ |
| 442 | #undef HAVE_STRERROR |
| 443 | |
| 444 | /* Define to 1 if you have the <strings.h> header file. */ |
| 445 | #undef HAVE_STRINGS_H |
| 446 | |
| 447 | /* Define to 1 if you have the <string.h> header file. */ |
| 448 | #undef HAVE_STRING_H |
| 449 | |
| 450 | /* Define to 1 if you have the `strnlen' function. */ |
| 451 | #undef HAVE_STRNLEN |
| 452 | |
| 453 | /* Define to 1 if you have the `strtol' function. */ |
| 454 | #undef HAVE_STRTOL |
| 455 | |
| 456 | /* Define to 1 if you have the `strtoul' function. */ |
| 457 | #undef HAVE_STRTOUL |
| 458 | |
| 459 | /* Define to 1 if you have the `sysconf' function. */ |
| 460 | #undef HAVE_SYSCONF |
| 461 | |
| 462 | /* Define to 1 if you have the `sysctl' function. */ |
| 463 | #undef HAVE_SYSCTL |
| 464 | |
| 465 | /* Define to 1 if you have the `sysctlbyname' function. */ |
| 466 | #undef HAVE_SYSCTLBYNAME |
| 467 | |
| 468 | /* Define to 1 if you have the `syssgi' function. */ |
| 469 | #undef HAVE_SYSSGI |
| 470 | |
| 471 | /* Define to 1 if you have the <sys/attributes.h> header file. */ |
| 472 | #undef HAVE_SYS_ATTRIBUTES_H |
| 473 | |
| 474 | /* Define to 1 if you have the <sys/iograph.h> header file. */ |
| 475 | #undef HAVE_SYS_IOGRAPH_H |
| 476 | |
| 477 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
| 478 | #undef HAVE_SYS_MMAN_H |
| 479 | |
| 480 | /* Define to 1 if you have the <sys/param.h> header file. */ |
| 481 | #undef HAVE_SYS_PARAM_H |
| 482 | |
| 483 | /* Define to 1 if you have the <sys/processor.h> header file. */ |
| 484 | #undef HAVE_SYS_PROCESSOR_H |
| 485 | |
| 486 | /* Define to 1 if you have the <sys/pstat.h> header file. */ |
| 487 | #undef HAVE_SYS_PSTAT_H |
| 488 | |
| 489 | /* Define to 1 if you have the <sys/resource.h> header file. */ |
| 490 | #undef HAVE_SYS_RESOURCE_H |
| 491 | |
| 492 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 493 | #undef HAVE_SYS_STAT_H |
| 494 | |
| 495 | /* Define to 1 if you have the <sys/sysctl.h> header file. */ |
| 496 | #undef HAVE_SYS_SYSCTL_H |
| 497 | |
| 498 | /* Define to 1 if you have the <sys/sysinfo.h> header file. */ |
| 499 | #undef HAVE_SYS_SYSINFO_H |
| 500 | |
| 501 | /* Define to 1 if you have the <sys/syssgi.h> header file. */ |
| 502 | #undef HAVE_SYS_SYSSGI_H |
| 503 | |
| 504 | /* Define to 1 if you have the <sys/systemcfg.h> header file. */ |
| 505 | #undef HAVE_SYS_SYSTEMCFG_H |
| 506 | |
| 507 | /* Define to 1 if you have the <sys/times.h> header file. */ |
| 508 | #undef HAVE_SYS_TIMES_H |
| 509 | |
| 510 | /* Define to 1 if you have the <sys/time.h> header file. */ |
| 511 | #undef HAVE_SYS_TIME_H |
| 512 | |
| 513 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 514 | #undef HAVE_SYS_TYPES_H |
| 515 | |
| 516 | /* Define to 1 if you have the `times' function. */ |
| 517 | #undef HAVE_TIMES |
| 518 | |
| 519 | /* Define to 1 if the system has the type `uint_least32_t'. */ |
| 520 | #undef HAVE_UINT_LEAST32_T |
| 521 | |
| 522 | /* Define to 1 if you have the <unistd.h> header file. */ |
| 523 | #undef HAVE_UNISTD_H |
| 524 | |
| 525 | /* Define to 1 if you have the `vsnprintf' function and it works properly. */ |
| 526 | #undef HAVE_VSNPRINTF |
| 527 | |
| 528 | /* Define to 1 for Windos/64 */ |
| 529 | #undef HOST_DOS64 |
| 530 | |
| 531 | /* Assembler local label prefix */ |
| 532 | #undef LSYM_PREFIX |
| 533 | |
| 534 | /* Define to the sub-directory where libtool stores uninstalled libraries. */ |
| 535 | #undef LT_OBJDIR |
| 536 | |
| 537 | /* Define to 1 to disable the use of inline assembly */ |
| 538 | #undef NO_ASM |
| 539 | |
| 540 | /* Name of package */ |
| 541 | #undef PACKAGE |
| 542 | |
| 543 | /* Define to the address where bug reports for this package should be sent. */ |
| 544 | #undef PACKAGE_BUGREPORT |
| 545 | |
| 546 | /* Define to the full name of this package. */ |
| 547 | #undef PACKAGE_NAME |
| 548 | |
| 549 | /* Define to the full name and version of this package. */ |
| 550 | #undef PACKAGE_STRING |
| 551 | |
| 552 | /* Define to the one symbol short name of this package. */ |
| 553 | #undef PACKAGE_TARNAME |
| 554 | |
| 555 | /* Define to the home page for this package. */ |
| 556 | #undef PACKAGE_URL |
| 557 | |
| 558 | /* Define to the version of this package. */ |
| 559 | #undef PACKAGE_VERSION |
| 560 | |
| 561 | /* Define as the return type of signal handlers (`int' or `void'). */ |
| 562 | #undef RETSIGTYPE |
| 563 | |
| 564 | /* The size of `mp_limb_t', as computed by sizeof. */ |
| 565 | #undef SIZEOF_MP_LIMB_T |
| 566 | |
| 567 | /* The size of `unsigned', as computed by sizeof. */ |
| 568 | #undef SIZEOF_UNSIGNED |
| 569 | |
| 570 | /* The size of `unsigned long', as computed by sizeof. */ |
| 571 | #undef SIZEOF_UNSIGNED_LONG |
| 572 | |
| 573 | /* The size of `unsigned short', as computed by sizeof. */ |
| 574 | #undef SIZEOF_UNSIGNED_SHORT |
| 575 | |
| 576 | /* The size of `void *', as computed by sizeof. */ |
| 577 | #undef SIZEOF_VOID_P |
| 578 | |
| 579 | /* Define to 1 if sscanf requires writable inputs */ |
| 580 | #undef SSCANF_WRITABLE_INPUT |
| 581 | |
| 582 | /* Define to 1 if you have the ANSI C header files. */ |
| 583 | #undef STDC_HEADERS |
| 584 | |
| 585 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| 586 | #undef TIME_WITH_SYS_TIME |
| 587 | |
| 588 | /* Maximum size the tune program can test for SQR_TOOM2_THRESHOLD */ |
| 589 | #undef TUNE_SQR_TOOM2_MAX |
| 590 | |
| 591 | /* Version number of package */ |
| 592 | #undef VERSION |
| 593 | |
| 594 | /* Define to 1 to enable ASSERT checking, per --enable-assert */ |
| 595 | #undef WANT_ASSERT |
| 596 | |
| 597 | /* Define to 1 to enable GMP_CPU_TYPE faking cpuid, per --enable-fake-cpuid */ |
| 598 | #undef WANT_FAKE_CPUID |
| 599 | |
| 600 | /* Define to 1 when building a fat binary. */ |
| 601 | #undef WANT_FAT_BINARY |
| 602 | |
| 603 | /* Define to 1 to enable FFTs for multiplication, per --enable-fft */ |
| 604 | #undef WANT_FFT |
| 605 | |
| 606 | /* Define to 1 to enable old mpn_mul_fft_full for multiplication, per |
| 607 | --enable-old-fft-full */ |
| 608 | #undef WANT_OLD_FFT_FULL |
| 609 | |
| 610 | /* Define to 1 if --enable-profiling=gprof */ |
| 611 | #undef WANT_PROFILING_GPROF |
| 612 | |
| 613 | /* Define to 1 if --enable-profiling=instrument */ |
| 614 | #undef WANT_PROFILING_INSTRUMENT |
| 615 | |
| 616 | /* Define to 1 if --enable-profiling=prof */ |
| 617 | #undef WANT_PROFILING_PROF |
| 618 | |
| 619 | /* Define one of these to 1 for the desired temporary memory allocation |
| 620 | method, per --enable-alloca. */ |
| 621 | #undef WANT_TMP_ALLOCA |
| 622 | #undef WANT_TMP_REENTRANT |
| 623 | #undef WANT_TMP_NOTREENTRANT |
| 624 | #undef WANT_TMP_DEBUG |
| 625 | |
| 626 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
| 627 | significant byte first (like Motorola and SPARC, unlike Intel). */ |
| 628 | #if defined AC_APPLE_UNIVERSAL_BUILD |
| 629 | # if defined __BIG_ENDIAN__ |
| 630 | # define WORDS_BIGENDIAN 1 |
| 631 | # endif |
| 632 | #else |
| 633 | # ifndef WORDS_BIGENDIAN |
| 634 | # undef WORDS_BIGENDIAN |
| 635 | # endif |
| 636 | #endif |
| 637 | |
| 638 | /* Define to 1 if the assembler understands the mulx instruction */ |
| 639 | #undef X86_ASM_MULX |
| 640 | |
| 641 | /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a |
| 642 | `char[]'. */ |
| 643 | #undef YYTEXT_POINTER |
| 644 | |
| 645 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 646 | calls it, or to nothing if 'inline' is not supported under any name. */ |
| 647 | #ifndef __cplusplus |
| 648 | #undef inline |
| 649 | #endif |
| 650 | |
| 651 | /* Define to the equivalent of the C99 'restrict' keyword, or to |
| 652 | nothing if this is not supported. Do not define if restrict is |
| 653 | supported directly. */ |
| 654 | #undef restrict |
| 655 | /* Work around a bug in Sun C++: it does not support _Restrict or |
| 656 | __restrict__, even though the corresponding Sun C compiler ends up with |
| 657 | "#define restrict _Restrict" or "#define restrict __restrict__" in the |
| 658 | previous line. Perhaps some future version of Sun C++ will work with |
| 659 | restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ |
| 660 | #if defined __SUNPRO_CC && !defined __RESTRICT |
| 661 | # define _Restrict |
| 662 | # define __restrict__ |
| 663 | #endif |
| 664 | |
| 665 | /* Define to empty if the keyword `volatile' does not work. Warning: valid |
| 666 | code using `volatile' can become incorrect without. Disable with care. */ |
| 667 | #undef volatile |