1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/openwrt/package/nodog/Config.in
2016-01-14 17:10:40 +01:00

36 lines
847 B
Plaintext

# nodog config
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_GCC_OPTIMIZED
bool "Enable compilation of gcc optimized"
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