The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / snmppp / Config.in
1 config BR2_PACKAGE_SNMPPP
2         bool "snmp++"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on !BR2_STATIC_LIBS
6         help
7           SNMP++v3.x is a C++ API which supports SNMP v1, v2c, and v3.
8
9           http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html
10
11 if BR2_PACKAGE_SNMPPP
12
13 config BR2_PACKAGE_SNMPPP_LOGGING
14         bool "enable logging"
15         help
16           Enable logging output for SNMP++.
17           According to the SNMP++ documentation, disabling logging "increases
18           performance drastically and minimizes memory consumption".
19
20 config BR2_PACKAGE_SNMPPP_SNMPV3
21         bool "enable SNMPv3"
22         default y
23         select BR2_PACKAGE_OPENSSL
24         help
25           Enable optional support for SNMP++. This selects OpenSSL.
26
27 endif
28
29 comment "snmp++ needs a toolchain w/ threads, C++, dynamic library"
30         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
31                 BR2_STATIC_LIBS