yann@103: # dmalloc debug facility yann@1844: # depends on ! BACKEND yann@103: yann@916: config DEBUG_dmalloc yann@103: bool yann@103: yann@103: choice yann@103: bool yann@103: prompt "dmalloc version" yann@1535: # Don't remove next line yann@1535: # CT_INSERT_VERSION_BELOW yann@103: yann@1534: config DMALLOC_V_5_5_2 yann@1534: bool yann@1534: prompt "5.5.2" yann@1534: yann@103: endchoice yann@103: yann@103: config DMALLOC_VERSION yann@103: string yann@1535: # Don't remove next line yann@1535: # CT_INSERT_VERSION_STRING_BELOW yann@1534: default "5.5.2" if DMALLOC_V_5_5_2