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