config/debug/dmalloc.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue May 05 20:49:08 2009 +0000 (2009-05-05)
changeset 1322 135e90f9b2ed
parent 850 ef8549b58b6f
child 1534 d4ddf19a1968
permissions -rw-r--r--
Update the patchset for MPFR 2.4.1 from upstream.

-------- diffstat follows --------
/trunk/patches/mpfr/2.4.1/120-cast-to-void-ptr.patch | 25 25 0 0 ++++++++++++
/trunk/patches/mpfr/2.4.1/130-vasprintf-mp_limb_t.patch | 45 45 0 0 ++++++++++++++++++++++
/trunk/patches/mpfr/2.4.1/140-zeta_ui-shift.patch | 47 47 0 0 +++++++++++++++++++++++
3 files changed, 117 insertions(+)
     1 # dmalloc debug facility
     2 
     3 config DEBUG_dmalloc
     4     bool
     5 
     6 choice
     7     bool
     8     prompt "dmalloc version"
     9 
    10 config DMALLOC_V_5_4_3
    11     bool
    12     prompt "5.4.3 (OBSOLETE)"
    13     depends on OBSOLETE
    14 
    15 config DMALLOC_V_5_5_2
    16     bool
    17     prompt "5.5.2"
    18 
    19 # CT_INSERT_VERSION_ABOVE
    20 # Don't remove above line!
    21 endchoice
    22 
    23 config DMALLOC_VERSION
    24     string
    25     default "5.4.3" if DMALLOC_V_5_4_3
    26     default "5.5.2" if DMALLOC_V_5_5_2
    27 # CT_INSERT_VERSION_STRING_ABOVE
    28 # Don't remove above line!