Cisco-Talos / clamav

ClamAV - Documentation is here: https://docs.clamav.net
https://www.clamav.net/
GNU General Public License v2.0
4.48k stars 708 forks source link

Change DISABLE_MPOOL type from string to bool #1377

Open dilyanpalauzov opened 1 month ago

dilyanpalauzov commented 1 month ago

In the build system DISABLE_MPOOL is of type STRING and has value 0. It is unclear in ccmake-gui what other values are reasonable for this parameter. If there are only two values possible, change its type to BOOL, otherwise in the help string indicate what other values make sense.