summaryrefslogtreecommitdiffstats
path: root/rules/omniorb.in
blob: 3997e5c3d9e6d96a3bea0f9859c323852be6f8d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## SECTION=middleware
config OMNIORB
	tristate
	depends on BROKEN
	prompt "omniORB [BROKEN]"
	help
	  omniORB is a CORBA implementation, written in C++. For details see
	  the homepage of the project:

	    http://omniorb.sourceforge.net/

config OMNIORB_SSL
	bool
	prompt "SSL support"
	depends on OMNIORB
	help
	  Activate Secure Socket Layer support for omniORB.