Merge branch 'vendor/FILE'
[dragonfly.git] / contrib / gmp / config.in
1 /* config.in.  Generated from configure.in by autoheader.  */
2
3 /*
4
5 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6 2007 Free Software Foundation, Inc.
7
8 This file is part of the GNU MP Library.
9
10 The GNU MP Library is free software; you can redistribute it and/or modify
11 it under the terms of the GNU Lesser General Public License as published
12 by the Free Software Foundation; either version 3 of the License, or (at
13 your option) any later version.
14
15 The GNU MP Library is distributed in the hope that it will be useful, but
16 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
18 License for more details.
19
20 You should have received a copy of the GNU Lesser General Public License
21 along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
22 */
23
24 /* The gmp-mparam.h file (a string) the tune program should suggest updating.
25    */
26 #undef GMP_MPARAM_H_SUGGEST
27
28 /* Define to 1 if you have the `alarm' function. */
29 #undef HAVE_ALARM
30
31 /* Define to 1 if alloca() works (via gmp-impl.h). */
32 #undef HAVE_ALLOCA
33
34 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
35    */
36 #undef HAVE_ALLOCA_H
37
38 /* Define to 1 if the compiler accepts gcc style __attribute__ ((const)) */
39 #undef HAVE_ATTRIBUTE_CONST
40
41 /* Define to 1 if the compiler accepts gcc style __attribute__ ((malloc)) */
42 #undef HAVE_ATTRIBUTE_MALLOC
43
44 /* Define to 1 if the compiler accepts gcc style __attribute__ ((mode (XX)))
45    */
46 #undef HAVE_ATTRIBUTE_MODE
47
48 /* Define to 1 if the compiler accepts gcc style __attribute__ ((noreturn)) */
49 #undef HAVE_ATTRIBUTE_NORETURN
50
51 /* Define to 1 if you have the `attr_get' function. */
52 #undef HAVE_ATTR_GET
53
54 /* Define to 1 if tests/libtests has calling conventions checking for the CPU
55    */
56 #undef HAVE_CALLING_CONVENTIONS
57
58 /* Define to 1 if you have the `clock' function. */
59 #undef HAVE_CLOCK
60
61 /* Define to 1 if you have the `clock_gettime' function. */
62 #undef HAVE_CLOCK_GETTIME
63
64 /* Define to 1 if you have the `cputime' function. */
65 #undef HAVE_CPUTIME
66
67 /* Define to 1 if you have the declaration of `fgetc', and to 0 if you don't.
68    */
69 #undef HAVE_DECL_FGETC
70
71 /* Define to 1 if you have the declaration of `fscanf', and to 0 if you don't.
72    */
73 #undef HAVE_DECL_FSCANF
74
75 /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
76    */
77 #undef HAVE_DECL_OPTARG
78
79 /* Define to 1 if you have the declaration of `sys_errlist', and to 0 if you
80    don't. */
81 #undef HAVE_DECL_SYS_ERRLIST
82
83 /* Define to 1 if you have the declaration of `sys_nerr', and to 0 if you
84    don't. */
85 #undef HAVE_DECL_SYS_NERR
86
87 /* Define to 1 if you have the declaration of `ungetc', and to 0 if you don't.
88    */
89 #undef HAVE_DECL_UNGETC
90
91 /* Define to 1 if you have the declaration of `vfprintf', and to 0 if you
92    don't. */
93 #undef HAVE_DECL_VFPRINTF
94
95 /* Define to 1 if you have the <dlfcn.h> header file. */
96 #undef HAVE_DLFCN_H
97
98 /* Define one of the following to 1 for the format of a `double'.
99    If your format is not among these choices, or you don't know what it is,
100    then leave all undefined.
101    IEEE_LITTLE_SWAPPED means little endian, but with the two 4-byte halves
102    swapped, as used by ARM CPUs in little endian mode.  */
103 #undef HAVE_DOUBLE_IEEE_BIG_ENDIAN
104 #undef HAVE_DOUBLE_IEEE_LITTLE_ENDIAN
105 #undef HAVE_DOUBLE_IEEE_LITTLE_SWAPPED
106 #undef HAVE_DOUBLE_VAX_D
107 #undef HAVE_DOUBLE_VAX_G
108 #undef HAVE_DOUBLE_CRAY_CFP
109
110 /* Define to 1 if you have the <fcntl.h> header file. */
111 #undef HAVE_FCNTL_H
112
113 /* Define to 1 if you have the <float.h> header file. */
114 #undef HAVE_FLOAT_H
115
116 /* Define to 1 if you have the `getpagesize' function. */
117 #undef HAVE_GETPAGESIZE
118
119 /* Define to 1 if you have the `getrusage' function. */
120 #undef HAVE_GETRUSAGE
121
122 /* Define to 1 if you have the `getsysinfo' function. */
123 #undef HAVE_GETSYSINFO
124
125 /* Define to 1 if you have the `gettimeofday' function. */
126 #undef HAVE_GETTIMEOFDAY
127
128 /* Define one of these to 1 for the host CPU family.
129    If your CPU is not in any of these families, leave all undefined.
130    For an AMD64 chip, define "x86" in ABI=32, but not in ABI=64. */
131 #undef HAVE_HOST_CPU_FAMILY_alpha
132 #undef HAVE_HOST_CPU_FAMILY_m68k
133 #undef HAVE_HOST_CPU_FAMILY_power
134 #undef HAVE_HOST_CPU_FAMILY_powerpc
135 #undef HAVE_HOST_CPU_FAMILY_x86
136
137 /* Define one of the following to 1 for the host CPU, as per the output of
138    ./config.guess.  If your CPU is not listed here, leave all undefined.  */
139 #undef HAVE_HOST_CPU_alphaev67
140 #undef HAVE_HOST_CPU_alphaev68
141 #undef HAVE_HOST_CPU_alphaev7
142 #undef HAVE_HOST_CPU_m68020
143 #undef HAVE_HOST_CPU_m68030
144 #undef HAVE_HOST_CPU_m68040
145 #undef HAVE_HOST_CPU_m68060
146 #undef HAVE_HOST_CPU_m68360
147 #undef HAVE_HOST_CPU_powerpc604
148 #undef HAVE_HOST_CPU_powerpc604e
149 #undef HAVE_HOST_CPU_powerpc750
150 #undef HAVE_HOST_CPU_powerpc7400
151 #undef HAVE_HOST_CPU_supersparc
152 #undef HAVE_HOST_CPU_i386
153 #undef HAVE_HOST_CPU_i586
154 #undef HAVE_HOST_CPU_i686
155 #undef HAVE_HOST_CPU_pentium
156 #undef HAVE_HOST_CPU_pentiummmx
157 #undef HAVE_HOST_CPU_pentiumpro
158 #undef HAVE_HOST_CPU_pentium2
159 #undef HAVE_HOST_CPU_pentium3
160
161 /* Define to 1 if the system has the type `intmax_t'. */
162 #undef HAVE_INTMAX_T
163
164 /* Define to 1 if you have the <inttypes.h> header file. */
165 #undef HAVE_INTTYPES_H
166
167 /* Define to 1 if you have the <invent.h> header file. */
168 #undef HAVE_INVENT_H
169
170 /* Define to 1 if you have the <langinfo.h> header file. */
171 #undef HAVE_LANGINFO_H
172
173 /* Define one of these to 1 for the endianness of `mp_limb_t'.
174    If the endianness is not a simple big or little, or you don't know what
175    it is, then leave both undefined. */
176 #undef HAVE_LIMB_BIG_ENDIAN
177 #undef HAVE_LIMB_LITTLE_ENDIAN
178
179 /* Define to 1 if you have the `localeconv' function. */
180 #undef HAVE_LOCALECONV
181
182 /* Define to 1 if you have the <locale.h> header file. */
183 #undef HAVE_LOCALE_H
184
185 /* Define to 1 if the system has the type `long double'. */
186 #undef HAVE_LONG_DOUBLE
187
188 /* Define to 1 if the system has the type `long long'. */
189 #undef HAVE_LONG_LONG
190
191 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
192 #undef HAVE_MACHINE_HAL_SYSINFO_H
193
194 /* Define to 1 if you have the <memory.h> header file. */
195 #undef HAVE_MEMORY_H
196
197 /* Define to 1 if you have the `memset' function. */
198 #undef HAVE_MEMSET
199
200 /* Define to 1 if you have the `mmap' function. */
201 #undef HAVE_MMAP
202
203 /* Define to 1 if you have the `mprotect' function. */
204 #undef HAVE_MPROTECT
205
206 /* Define to 1 each of the following for which a native (ie. CPU specific)
207     implementation of the corresponding routine exists.  */
208 #undef HAVE_NATIVE_mpn_add_n
209 #undef HAVE_NATIVE_mpn_add_nc
210 #undef HAVE_NATIVE_mpn_addlsh1_n
211 #undef HAVE_NATIVE_mpn_addmul_1c
212 #undef HAVE_NATIVE_mpn_addmul_2
213 #undef HAVE_NATIVE_mpn_addmul_3
214 #undef HAVE_NATIVE_mpn_addmul_4
215 #undef HAVE_NATIVE_mpn_addmul_5
216 #undef HAVE_NATIVE_mpn_addmul_6
217 #undef HAVE_NATIVE_mpn_addmul_7
218 #undef HAVE_NATIVE_mpn_addmul_8
219 #undef HAVE_NATIVE_mpn_addsub_n
220 #undef HAVE_NATIVE_mpn_addaddmul_1msb0
221 #undef HAVE_NATIVE_mpn_and_n
222 #undef HAVE_NATIVE_mpn_andn_n
223 #undef HAVE_NATIVE_mpn_bdiv_dbm1c
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_divexact_by3c
229 #undef HAVE_NATIVE_mpn_divrem_1
230 #undef HAVE_NATIVE_mpn_divrem_1c
231 #undef HAVE_NATIVE_mpn_divrem_2
232 #undef HAVE_NATIVE_mpn_gcd_1
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 #undef HAVE_NATIVE_mpn_modexact_1_odd
240 #undef HAVE_NATIVE_mpn_modexact_1c_odd
241 #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_redc_1
250 #undef HAVE_NATIVE_mpn_redc_2
251 #undef HAVE_NATIVE_mpn_rsh1add_n
252 #undef HAVE_NATIVE_mpn_rsh1sub_n
253 #undef HAVE_NATIVE_mpn_sqr_basecase
254 #undef HAVE_NATIVE_mpn_sqr_diagonal
255 #undef HAVE_NATIVE_mpn_sub_n
256 #undef HAVE_NATIVE_mpn_sub_nc
257 #undef HAVE_NATIVE_mpn_sublsh1_n
258 #undef HAVE_NATIVE_mpn_submul_1c
259 #undef HAVE_NATIVE_mpn_umul_ppmm
260 #undef HAVE_NATIVE_mpn_umul_ppmm_r
261 #undef HAVE_NATIVE_mpn_udiv_qrnnd
262 #undef HAVE_NATIVE_mpn_udiv_qrnnd_r
263 #undef HAVE_NATIVE_mpn_xor_n
264 #undef HAVE_NATIVE_mpn_xnor_n
265
266 /* Define to 1 if you have the `nl_langinfo' function. */
267 #undef HAVE_NL_LANGINFO
268
269 /* Define to 1 if you have the <nl_types.h> header file. */
270 #undef HAVE_NL_TYPES_H
271
272 /* Define to 1 if you have the `obstack_vprintf' function. */
273 #undef HAVE_OBSTACK_VPRINTF
274
275 /* Define to 1 if you have the `popen' function. */
276 #undef HAVE_POPEN
277
278 /* Define to 1 if you have the `processor_info' function. */
279 #undef HAVE_PROCESSOR_INFO
280
281 /* Define to 1 if <sys/pstat.h> `struct pst_processor' exists and contains
282    `psp_iticksperclktick'. */
283 #undef HAVE_PSP_ITICKSPERCLKTICK
284
285 /* Define to 1 if you have the `pstat_getprocessor' function. */
286 #undef HAVE_PSTAT_GETPROCESSOR
287
288 /* Define to 1 if the system has the type `ptrdiff_t'. */
289 #undef HAVE_PTRDIFF_T
290
291 /* Define to 1 if the system has the type `quad_t'. */
292 #undef HAVE_QUAD_T
293
294 /* Define to 1 if you have the `raise' function. */
295 #undef HAVE_RAISE
296
297 /* Define to 1 if you have the `read_real_time' function. */
298 #undef HAVE_READ_REAL_TIME
299
300 /* Define to 1 if you have the `sigaction' function. */
301 #undef HAVE_SIGACTION
302
303 /* Define to 1 if you have the `sigaltstack' function. */
304 #undef HAVE_SIGALTSTACK
305
306 /* Define to 1 if you have the `sigstack' function. */
307 #undef HAVE_SIGSTACK
308
309 /* Tune directory speed_cyclecounter, undef=none, 1=32bits, 2=64bits) */
310 #undef HAVE_SPEED_CYCLECOUNTER
311
312 /* Define to 1 if you have the <sstream> header file. */
313 #undef HAVE_SSTREAM
314
315 /* Define to 1 if the system has the type `stack_t'. */
316 #undef HAVE_STACK_T
317
318 /* Define to 1 if <stdarg.h> exists and works */
319 #undef HAVE_STDARG
320
321 /* Define to 1 if you have the <stdint.h> header file. */
322 #undef HAVE_STDINT_H
323
324 /* Define to 1 if you have the <stdlib.h> header file. */
325 #undef HAVE_STDLIB_H
326
327 /* Define to 1 if the system has the type `std::locale'. */
328 #undef HAVE_STD__LOCALE
329
330 /* Define to 1 if you have the `strchr' function. */
331 #undef HAVE_STRCHR
332
333 /* Define to 1 if you have the `strerror' function. */
334 #undef HAVE_STRERROR
335
336 /* Define to 1 if cpp supports the ANSI # stringizing operator. */
337 #undef HAVE_STRINGIZE
338
339 /* Define to 1 if you have the <strings.h> header file. */
340 #undef HAVE_STRINGS_H
341
342 /* Define to 1 if you have the <string.h> header file. */
343 #undef HAVE_STRING_H
344
345 /* Define to 1 if you have the `strnlen' function. */
346 #undef HAVE_STRNLEN
347
348 /* Define to 1 if you have the `strtol' function. */
349 #undef HAVE_STRTOL
350
351 /* Define to 1 if you have the `strtoul' function. */
352 #undef HAVE_STRTOUL
353
354 /* Define to 1 if you have the `sysconf' function. */
355 #undef HAVE_SYSCONF
356
357 /* Define to 1 if you have the `sysctl' function. */
358 #undef HAVE_SYSCTL
359
360 /* Define to 1 if you have the `sysctlbyname' function. */
361 #undef HAVE_SYSCTLBYNAME
362
363 /* Define to 1 if you have the `syssgi' function. */
364 #undef HAVE_SYSSGI
365
366 /* Define to 1 if you have the <sys/attributes.h> header file. */
367 #undef HAVE_SYS_ATTRIBUTES_H
368
369 /* Define to 1 if you have the <sys/iograph.h> header file. */
370 #undef HAVE_SYS_IOGRAPH_H
371
372 /* Define to 1 if you have the <sys/mman.h> header file. */
373 #undef HAVE_SYS_MMAN_H
374
375 /* Define to 1 if you have the <sys/param.h> header file. */
376 #undef HAVE_SYS_PARAM_H
377
378 /* Define to 1 if you have the <sys/processor.h> header file. */
379 #undef HAVE_SYS_PROCESSOR_H
380
381 /* Define to 1 if you have the <sys/pstat.h> header file. */
382 #undef HAVE_SYS_PSTAT_H
383
384 /* Define to 1 if you have the <sys/resource.h> header file. */
385 #undef HAVE_SYS_RESOURCE_H
386
387 /* Define to 1 if you have the <sys/stat.h> header file. */
388 #undef HAVE_SYS_STAT_H
389
390 /* Define to 1 if you have the <sys/sysctl.h> header file. */
391 #undef HAVE_SYS_SYSCTL_H
392
393 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
394 #undef HAVE_SYS_SYSINFO_H
395
396 /* Define to 1 if you have the <sys/syssgi.h> header file. */
397 #undef HAVE_SYS_SYSSGI_H
398
399 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
400 #undef HAVE_SYS_SYSTEMCFG_H
401
402 /* Define to 1 if you have the <sys/times.h> header file. */
403 #undef HAVE_SYS_TIMES_H
404
405 /* Define to 1 if you have the <sys/time.h> header file. */
406 #undef HAVE_SYS_TIME_H
407
408 /* Define to 1 if you have the <sys/types.h> header file. */
409 #undef HAVE_SYS_TYPES_H
410
411 /* Define to 1 if you have the `times' function. */
412 #undef HAVE_TIMES
413
414 /* Define to 1 if the system has the type `uint_least32_t'. */
415 #undef HAVE_UINT_LEAST32_T
416
417 /* Define to 1 if you have the <unistd.h> header file. */
418 #undef HAVE_UNISTD_H
419
420 /* Define to 1 if you have the `vsnprintf' function and it works properly. */
421 #undef HAVE_VSNPRINTF
422
423 /* Assembler local label prefix */
424 #undef LSYM_PREFIX
425
426 /* Name of package */
427 #undef PACKAGE
428
429 /* Define to the address where bug reports for this package should be sent. */
430 #undef PACKAGE_BUGREPORT
431
432 /* Define to the full name of this package. */
433 #undef PACKAGE_NAME
434
435 /* Define to the full name and version of this package. */
436 #undef PACKAGE_STRING
437
438 /* Define to the one symbol short name of this package. */
439 #undef PACKAGE_TARNAME
440
441 /* Define to the version of this package. */
442 #undef PACKAGE_VERSION
443
444 /* Define to 1 if the C compiler supports function prototypes. */
445 #undef PROTOTYPES
446
447 /* Define as the return type of signal handlers (`int' or `void'). */
448 #undef RETSIGTYPE
449
450 /* The size of `mp_limb_t', as computed by sizeof. */
451 #undef SIZEOF_MP_LIMB_T
452
453 /* The size of `unsigned', as computed by sizeof. */
454 #undef SIZEOF_UNSIGNED
455
456 /* The size of `unsigned long', as computed by sizeof. */
457 #undef SIZEOF_UNSIGNED_LONG
458
459 /* The size of `unsigned short', as computed by sizeof. */
460 #undef SIZEOF_UNSIGNED_SHORT
461
462 /* Define to 1 if sscanf requires writable inputs */
463 #undef SSCANF_WRITABLE_INPUT
464
465 /* Define to 1 if you have the ANSI C header files. */
466 #undef STDC_HEADERS
467
468 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
469 #undef TIME_WITH_SYS_TIME
470
471 /* Maximum size the tune program can test for SQR_KARATSUBA_THRESHOLD */
472 #undef TUNE_SQR_KARATSUBA_MAX
473
474 /* Version number of package */
475 #undef VERSION
476
477 /* Define to 1 to enable ASSERT checking, per --enable-assert */
478 #undef WANT_ASSERT
479
480 /* Define to 1 when building a fat binary. */
481 #undef WANT_FAT_BINARY
482
483 /* Define to 1 to enable FFTs for multiplication, per --enable-fft */
484 #undef WANT_FFT
485
486 /* Define to 1 if --enable-profiling=gprof */
487 #undef WANT_PROFILING_GPROF
488
489 /* Define to 1 if --enable-profiling=instrument */
490 #undef WANT_PROFILING_INSTRUMENT
491
492 /* Define to 1 if --enable-profiling=prof */
493 #undef WANT_PROFILING_PROF
494
495 /* Define one of these to 1 for the desired temporary memory allocation
496    method, per --enable-alloca. */
497 #undef WANT_TMP_ALLOCA
498 #undef WANT_TMP_REENTRANT
499 #undef WANT_TMP_NOTREENTRANT
500 #undef WANT_TMP_DEBUG
501
502 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
503    `char[]'. */
504 #undef YYTEXT_POINTER
505
506 /* Define like PROTOTYPES; this can be used by system headers. */
507 #undef __PROTOTYPES
508
509 /* Define to `__inline__' or `__inline' if that's what the C compiler
510    calls it, or to nothing if 'inline' is not supported under any name.  */
511 #ifndef __cplusplus
512 #undef inline
513 #endif
514
515 /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
516    supported. Do not define if restrict is supported directly. */
517 #undef restrict
518
519 /* Define to empty if the keyword `volatile' does not work. Warning: valid
520    code using `volatile' can become incorrect without. Disable with care. */
521 #undef volatile