summaryrefslogtreecommitdiffstats
path: root/rules/elektra.in
blob: 0f540b991f18f4080de8013dc12762ea7e7e34ae (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
config ELEKTRA
	tristate
	depends on BROKEN
	prompt "elektra"
	select DB44 if ELEKTRA__BERKELEYDB
	help
	  Elektra is a universal hierarchical configuration store, with related
	  goals like GConf and the Windows Registry. It allows programs to read
	  and save their configurations with a consistent API, and allows them to
	  be aware of other applications' configurations, leveraging easy
	  application integration. The whole point of it is to tie applications
	  together, so that they can co-operate and share their user-preferences.

if ELEKTRA

config ELEKTRA__FILESYS
	bool
	prompt "filesys backend"

config ELEKTRA__HOSTS
	bool
	prompt "hosts backend"

config ELEKTRA__INI
	bool
	prompt "ini backend"

config ELEKTRA__BERKELEYDB
	bool
	prompt "berkeleydb backend"

config ELEKTRA__FSTAB
	bool
	prompt "fstab backend"

config ELEKTRA__PASSWD
	bool
	prompt "passwd backend"

config ELEKTRA__DAEMON
	bool
	prompt "daemon backend"

config ELEKTRA__CPP
	bool
	prompt "c++ bindings"

endif