summaryrefslogtreecommitdiffstats
path: root/rules/commoncpp2.in
blob: a9b0f888f2728353afb008bdc61ca44dc7b8d169 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# GNU commoncpp 2 configuration

menuconfig COMMONCPP2
        bool 
	default N
	prompt "CommonC++ 2                 "
	help
	  GNU Common C++ is a portable and highly optimized class
	  framework for writing C++ applications that need to use threads,
	  sockets, XML parsing, serialization, config files, etc.

	  For details see the project homepage:

		http://www.gnu.org/software/commoncpp/