1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/openwrt/package/nodog/x86_64/Config.in
stefanocasazza 877766b00d bug fixing
2015-07-10 19:16:37 +02:00

36 lines
758 B
Plaintext

if PACKAGE_nodog
comment "NODOG support"
config NODOG_UUID
bool "Enable use of libuuid features"
depends on DEVEL && PACKAGE_libuuid
default y
config NODOG_DEBUG
bool "Enable compilation of debugging features"
depends on DEVEL && PACKAGE_nodog
default n
config NODOG_MEMPOOL
bool "Enable compilation of memory pool features"
depends on DEVEL && PACKAGE_nodog
default n
#config NODOG_OPENSSL
# bool "Enable use of openssl features"
# depends on DEVEL && PACKAGE_libopenssl
# default n
#config NODOG_CYASSL
# bool "Enable use of cyassl features"
# depends on DEVEL && PACKAGE_libcyassl
# default y
#config NODOG_ZLIB
# bool "Enable use of zlib features"
# depends on DEVEL && PACKAGE_zlib
# default y
endif