comparison src/config.h.in @ 5739:a2912073be85

Support bignums with MPIR. Add documentation on the bignum, ratio, and bigfloat implementations. See xemacs-patches message with ID <CAHCOHQkytZao7Uk9ggeo1HKKJtN1bqO054X2mPsGYyQFjbHrZA@mail.gmail.com> and following messages.
author Jerry James <james@xemacs.org>
date Wed, 19 Jun 2013 09:30:30 -0600
parents 3192994c49ca
children a216b3c2b09e
comparison
equal deleted inserted replaced
5738:f6af091ac654 5739:a2912073be85
745 #undef socklen_t 745 #undef socklen_t
746 746
747 /* Enhanced numeric support */ 747 /* Enhanced numeric support */
748 #undef WITH_NUMBER_TYPES 748 #undef WITH_NUMBER_TYPES
749 #undef WITH_GMP 749 #undef WITH_GMP
750 #undef WITH_MPIR
750 #undef WITH_MP 751 #undef WITH_MP
751 #undef MP_PREFIX 752 #undef MP_PREFIX
752 #undef HAVE_MP_MOVE 753 #undef HAVE_MP_MOVE
753 #undef HAVE_MP_SET_MEMORY_FUNCTIONS 754 #undef HAVE_MP_SET_MEMORY_FUNCTIONS
754 755