4b70a1a738f0519f240c6f456dc49a19b1563df4
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / agentpp / Config.in
1 config BR2_PACKAGE_AGENTPP
2         bool "agent++"
3         select BR2_PACKAGE_SNMPPP
4         depends on BR2_INSTALL_LIBSTDCPP
5         depends on BR2_TOOLCHAIN_HAS_THREADS # snmp++
6         depends on !BR2_STATIC_LIBS # snmp++
7         help
8           AGENT++ is a set of C++ classes which provides a complete protocol
9           engine and dispatch table for the development of SNMP agents.
10           AGENT++ is a multilingual API which supports SNMPv1, SNMPv2c, and
11           SNMPv3. It provides various C++ classes implementing prototypes for
12           scalar and table SNMP managed objects that can be customized by
13           derivation. Additional classes support the development of proxy
14           agents as well as sending notifications.
15
16           SNMPv3 support is enabled if SNMP++ enables it.
17
18           http://www.agentpp.com/agentpp3_5/agentpp3_5.html
19
20 comment "agent++ needs a toolchain w/ threads, C++, dynamic library"
21         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
22                 BR2_STATIC_LIBS