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

	    http://omniorb.sourceforge.net/

comment "omniorb is broken, please send a patch"
	depends on !BROKEN

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