2007-05-18 15:57:16 +00:00
|
|
|
# dmalloc debug facility
|
2010-03-05 17:19:25 +00:00
|
|
|
# depends on ! BACKEND
|
2007-05-18 15:57:16 +00:00
|
|
|
|
2008-10-10 14:30:44 +00:00
|
|
|
config DEBUG_dmalloc
|
2007-05-18 15:57:16 +00:00
|
|
|
bool
|
|
|
|
|
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "dmalloc version"
|
2009-09-13 16:38:06 +00:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_BELOW
|
2007-05-18 15:57:16 +00:00
|
|
|
|
2009-09-13 15:51:33 +00:00
|
|
|
config DMALLOC_V_5_5_2
|
|
|
|
bool
|
|
|
|
prompt "5.5.2"
|
|
|
|
|
2007-05-18 15:57:16 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config DMALLOC_VERSION
|
|
|
|
string
|
2009-09-13 16:38:06 +00:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
2007-05-18 15:57:16 +00:00
|
|
|
default "5.5.2" if DMALLOC_V_5_5_2
|