From 5e43e3ea8637a08b04dcd177798daf398aedfee2 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 18 May 2007 15:57:16 +0000 Subject: Add dmalloc debug library facility. Add patches for dmalloc. Ignore the generated config/debug.in --- config/debug/dmalloc.in | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 config/debug/dmalloc.in (limited to 'config/debug') diff --git a/config/debug/dmalloc.in b/config/debug/dmalloc.in new file mode 100644 index 00000000..70da2630 --- /dev/null +++ b/config/debug/dmalloc.in @@ -0,0 +1,35 @@ +# dmalloc debug facility + +menuconfig DMALLOC + bool + prompt "dmalloc" + default n + depends on EXPERIMENTAL + +if DMALLOC + +choice + bool + prompt "dmalloc version" + +config DMALLOC_V_5_4_3 + bool + prompt "5.4.3" + depends on OBSOLETE + +config DMALLOC_V_5_5_2 + bool + prompt "5.5.2" + +# CT_INSERT_VERSION_ABOVE +# Don't remove above line! +endchoice + +config DMALLOC_VERSION + string + default "5.4.3" if DMALLOC_V_5_4_3 + default "5.5.2" if DMALLOC_V_5_5_2 +# CT_INSERT_VERSION_STRING_ABOVE +# Don't remove above line! + +endif -- cgit v1.2.3