summaryrefslogtreecommitdiffstats
path: root/package/snmppp/Config.in
blob: 5d6d749b81629d969102640b85836e58a95d3354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config BR2_PACKAGE_SNMPPP
	bool "snmp++"
	depends on BR2_INSTALL_LIBSTDCPP
	depends on BR2_TOOLCHAIN_HAS_THREADS
	select BR2_PACKAGE_OPENSSL
	help
	  SNMP++v3.x is a C++ API which supports SNMP v1, v2c, and v3.

	  http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html

comment "snmp++ needs a toolchain w/ threads, C++"
	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud