2007-07-12 08:47:15 +00:00
|
|
|
# D.U.M.A. - Detect Unintended Memory Access - Memory checker
|
|
|
|
|
2011-05-08 17:02:44 +00:00
|
|
|
## depends on ! BACKEND
|
|
|
|
|
|
|
|
## help D.U.M.A. - Detect Unintended Memory Access
|
|
|
|
## help A memory bound checker, with additional features.
|
|
|
|
## help Formerly known as Electric Fence.
|
2007-07-12 08:47:15 +00:00
|
|
|
|
|
|
|
config DUMA_A
|
|
|
|
bool
|
|
|
|
prompt "Build a static library"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config DUMA_SO
|
|
|
|
bool
|
|
|
|
prompt "Build a shared library"
|
|
|
|
default y if SHARED_LIBS
|
|
|
|
|
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "D.U.M.A. version"
|
2009-09-13 16:38:06 +00:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_BELOW
|
2007-07-12 08:47:15 +00:00
|
|
|
|
2009-09-13 15:51:33 +00:00
|
|
|
config DUMA_V_2_5_15
|
2007-07-12 08:47:15 +00:00
|
|
|
bool
|
2009-09-13 15:51:33 +00:00
|
|
|
prompt "2_5_15"
|
2007-07-12 08:47:15 +00:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config DUMA_VERSION
|
|
|
|
string
|
2009-09-13 16:38:06 +00:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
2009-08-28 09:33:56 +00:00
|
|
|
default "2_5_15" if DUMA_V_2_5_15
|