Changeset 1995df9 in freewrt
- Timestamp:
- Jun 8, 2007, 12:44:50 PM (19 years ago)
- Children:
- cea3d26
- Parents:
- a89c642
- File:
-
- 1 edited
-
package/tntnet/Config.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/tntnet/Config.in
ra89c642 r1995df9 10 10 select FWRT_PACKAGE_ZLIB 11 11 help 12 Tntnet is a modular, multithreaded webapplicationserver 12 Tntnet is a modular, multithreaded webapplicationserver 13 13 written from scratch for C++. 14 14 … … 18 18 prompt "SSL Configuration" 19 19 depends on FWRT_PACKAGE_TNTNET 20 default FWRT_COMPILE_TNTNET_WITHOUT_OPENSSL 20 21 21 22 config FWRT_COMPILE_TNTNET_WITHOUT_OPENSSL 22 23 bool "no ssl encryption support" 23 default y24 24 help 25 25 26 26 config FWRT_COMPILE_TNTNET_WITH_OPENSSL 27 27 bool "enable openssl encryption support" 28 default n29 28 depends FWRT_PACKAGE_TNTNET 30 29 select FWRT_PACKAGE_LIBOPENSSL … … 33 32 config FWRT_COMPILE_TNTNET_WITH_GNUTLS 34 33 bool "enable gnutls encryption support" 35 default n36 34 depends FWRT_PACKAGE_TNTNET 37 35 select FWRT_PACKAGE_LIBGNUTLS
Note:
See TracChangeset
for help on using the changeset viewer.
