summaryrefslogtreecommitdiffstats
path: root/rules/omniorb.in
blob: c91631d76ea3b480ab9dfc8d0a4b9fb26bd77aa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config OMNIORB
	bool
	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.