Annotation of OpenXM_contrib/gmp/config.in, Revision 1.1
1.1 ! maekawa 1: /* config.in. Generated automatically from configure.in by autoheader. */
! 2: /*
! 3: Copyright (C) 2000 Free Software Foundation, Inc.
! 4:
! 5: This file is part of the GNU MP Library.
! 6:
! 7: The GNU MP Library is free software; you can redistribute it and/or modify
! 8: it under the terms of the GNU Lesser General Public License as published by
! 9: the Free Software Foundation; either version 2.1 of the License, or (at your
! 10: option) any later version.
! 11:
! 12: The GNU MP Library is distributed in the hope that it will be useful, but
! 13: WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
! 14: or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
! 15: License for more details.
! 16:
! 17: You should have received a copy of the GNU Lesser General Public License
! 18: along with the GNU MP Library; see the file COPYING.LIB. If not, write to
! 19: the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
! 20: MA 02111-1307, USA.
! 21: */
! 22:
! 23:
! 24: /* Define if a limb is long long. */
! 25: #undef _LONG_LONG_LIMB
! 26:
! 27: /* Define if we have native implementation of function. */
! 28: #undef HAVE_NATIVE_
! 29: #undef HAVE_NATIVE_mpn_add
! 30: #undef HAVE_NATIVE_mpn_add_1
! 31: #undef HAVE_NATIVE_mpn_add_n
! 32: #undef HAVE_NATIVE_mpn_add_nc
! 33: #undef HAVE_NATIVE_mpn_addmul_1
! 34: #undef HAVE_NATIVE_mpn_addmul_1c
! 35: #undef HAVE_NATIVE_mpn_addsub_n
! 36: #undef HAVE_NATIVE_mpn_addsub_nc
! 37: #undef HAVE_NATIVE_mpn_and_n
! 38: #undef HAVE_NATIVE_mpn_andn_n
! 39: #undef HAVE_NATIVE_mpn_bdivmod
! 40: #undef HAVE_NATIVE_mpn_cmp
! 41: #undef HAVE_NATIVE_mpn_com_n
! 42: #undef HAVE_NATIVE_mpn_copyd
! 43: #undef HAVE_NATIVE_mpn_copyi
! 44: #undef HAVE_NATIVE_mpn_divexact_by3c
! 45: #undef HAVE_NATIVE_mpn_divrem
! 46: #undef HAVE_NATIVE_mpn_divrem_1
! 47: #undef HAVE_NATIVE_mpn_divrem_1c
! 48: #undef HAVE_NATIVE_mpn_divrem_2
! 49: #undef HAVE_NATIVE_mpn_divrem_newton
! 50: #undef HAVE_NATIVE_mpn_divrem_classic
! 51: #undef HAVE_NATIVE_mpn_dump
! 52: #undef HAVE_NATIVE_mpn_gcd
! 53: #undef HAVE_NATIVE_mpn_gcd_1
! 54: #undef HAVE_NATIVE_mpn_gcdext
! 55: #undef HAVE_NATIVE_mpn_get_str
! 56: #undef HAVE_NATIVE_mpn_hamdist
! 57: #undef HAVE_NATIVE_mpn_invert_limb
! 58: #undef HAVE_NATIVE_mpn_ior_n
! 59: #undef HAVE_NATIVE_mpn_iorn_n
! 60: #undef HAVE_NATIVE_mpn_lshift
! 61: #undef HAVE_NATIVE_mpn_mod_1
! 62: #undef HAVE_NATIVE_mpn_mod_1c
! 63: #undef HAVE_NATIVE_mpn_mul
! 64: #undef HAVE_NATIVE_mpn_mul_1
! 65: #undef HAVE_NATIVE_mpn_mul_1c
! 66: #undef HAVE_NATIVE_mpn_mul_basecase
! 67: #undef HAVE_NATIVE_mpn_mul_n
! 68: #undef HAVE_NATIVE_mpn_nand_n
! 69: #undef HAVE_NATIVE_mpn_nior_n
! 70: #undef HAVE_NATIVE_mpn_perfect_square_p
! 71: #undef HAVE_NATIVE_mpn_popcount
! 72: #undef HAVE_NATIVE_mpn_preinv_mod_1
! 73: #undef HAVE_NATIVE_mpn_random2
! 74: #undef HAVE_NATIVE_mpn_random
! 75: #undef HAVE_NATIVE_mpn_rawrandom
! 76: #undef HAVE_NATIVE_mpn_rshift
! 77: #undef HAVE_NATIVE_mpn_scan0
! 78: #undef HAVE_NATIVE_mpn_scan1
! 79: #undef HAVE_NATIVE_mpn_set_str
! 80: #undef HAVE_NATIVE_mpn_sqrtrem
! 81: #undef HAVE_NATIVE_mpn_sqr_basecase
! 82: #undef HAVE_NATIVE_mpn_sub
! 83: #undef HAVE_NATIVE_mpn_sub_1
! 84: #undef HAVE_NATIVE_mpn_sub_n
! 85: #undef HAVE_NATIVE_mpn_sub_nc
! 86: #undef HAVE_NATIVE_mpn_submul_1
! 87: #undef HAVE_NATIVE_mpn_submul_1c
! 88: #undef HAVE_NATIVE_mpn_udiv_w_sdiv
! 89: #undef HAVE_NATIVE_mpn_umul_ppmm
! 90: #undef HAVE_NATIVE_mpn_udiv_qrnnd
! 91: #undef HAVE_NATIVE_mpn_xor_n
! 92: #undef HAVE_NATIVE_mpn_xnor_n
! 93:
! 94: /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
! 95: */
! 96: #undef HAVE_DECL_OPTARG
! 97:
! 98: /* ./configure --enable-assert option, to enable some ASSERT()s */
! 99: #undef WANT_ASSERT
! 100:
! 101: /* Define if you have the <sys/sysctl.h> header file. */
! 102: #undef HAVE_SYS_SYSCTL_H
! 103:
! 104: /* Define if you have the `strtoul' function. */
! 105: #undef HAVE_STRTOUL
! 106:
! 107: /* Name of package */
! 108: #undef PACKAGE
! 109:
! 110: /* Define if you have the `sysctlbyname' function. */
! 111: #undef HAVE_SYSCTLBYNAME
! 112:
! 113: /* Define if the system has the type `void'. */
! 114: #undef HAVE_VOID
! 115:
! 116: /* Define if you have the `popen' function. */
! 117: #undef HAVE_POPEN
! 118:
! 119: /* ./configure --disable-alloca option, to use stack-alloc.c, not alloca */
! 120: #undef USE_STACK_ALLOC
! 121:
! 122: /* Define if cpp supports the ANSI # stringizing operator. */
! 123: #undef HAVE_STRINGIZE
! 124:
! 125: /* Define if you have the <sys/time.h> header file. */
! 126: #undef HAVE_SYS_TIME_H
! 127:
! 128: /* Define if you have the `sysconf' function. */
! 129: #undef HAVE_SYSCONF
! 130:
! 131: /* Define if you have the `getpagesize' function. */
! 132: #undef HAVE_GETPAGESIZE
! 133:
! 134: /* Define if you have the `processor_info' function. */
! 135: #undef HAVE_PROCESSOR_INFO
! 136:
! 137: /* Version number of package */
! 138: #undef VERSION
! 139:
! 140: /* Define if you have the `getopt_long' function. */
! 141: #undef HAVE_GETOPT_LONG
! 142:
! 143: /* Define if you have the <getopt.h> header file. */
! 144: #undef HAVE_GETOPT_H
! 145:
! 146: /* Define if you have the ANSI C header files. */
! 147: #undef STDC_HEADERS
! 148:
! 149: /* Define if a speed_cyclecounter exists (for the tune programs) */
! 150: #undef HAVE_SPEED_CYCLECOUNTER
! 151:
! 152: /* Define if mpn/tests has calling conventions checking for the CPU */
! 153: #undef HAVE_CALLING_CONVENTIONS
! 154:
! 155: /* ./configure --enable-fft option, to enable FFTs for multiplication */
! 156: #undef WANT_FFT
! 157:
! 158: /* Define if you have the <string.h> header file. */
! 159: #undef HAVE_STRING_H
! 160:
! 161: /* Define if you have the <unistd.h> header file. */
! 162: #undef HAVE_UNISTD_H
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>