[BACK]Return to acconfig.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp

Annotation of OpenXM_contrib/gmp/acconfig.h, Revision 1.1

1.1     ! maekawa     1: /*
        !             2: Copyright (C) 2000 Free Software Foundation, Inc.
        !             3:
        !             4: This file is part of the GNU MP Library.
        !             5:
        !             6: The GNU MP Library is free software; you can redistribute it and/or modify
        !             7: it under the terms of the GNU Lesser General Public License as published by
        !             8: the Free Software Foundation; either version 2.1 of the License, or (at your
        !             9: option) any later version.
        !            10:
        !            11: The GNU MP Library is distributed in the hope that it will be useful, but
        !            12: WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
        !            13: or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
        !            14: License for more details.
        !            15:
        !            16: You should have received a copy of the GNU Lesser General Public License
        !            17: along with the GNU MP Library; see the file COPYING.LIB.  If not, write to
        !            18: the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
        !            19: MA 02111-1307, USA.
        !            20: */
        !            21:
        !            22: @TOP@
        !            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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>