summaryrefslogtreecommitdiffstats
path: root/rules/pdksh.in
blob: 3d01c940164c414992f347ce08e2047d7c7d4a1f (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
49
50
51
52
53
54
55
56
57
58
59
60
61
menuconfig PDKSH
	bool "Pdksh               "
	depends on BROKEN
	help
	  FIXME: This item needs to be documented

config PDKSH_SHLIKE
	bool	
	prompt "Enable minimal sh like configuration"
	depends on PDKSH && broken
	help
	  FIXME: This item needs to be documented

comment "shell=sh is broken, please send a patch"
	depends on !BROKEN && PDKSH

config PDKSH_POSIX
	bool	
	prompt "Enable POSIX behaviour"
	depends on PDKSH
	help
	  FIXME: This item needs to be documented

config PDKSH_EMACS
	bool	
	prompt "Enable emacs style line editing"
	depends on PDKSH
	help
	  FIXME: This item needs to be documented

config PDKSH_VI
	bool	
	prompt "Enable vi style line editing"
	depends on PDKSH
	help
	  FIXME: This item needs to be documented

config PDKSH_CMDHISTORY
	bool
	prompt "Turn on command history"
	depends on PDKSH
	help
	  FIXME: This item needs to be documented

config PDKSH_JOBS
	bool
	prompt "Enable job control features"
	depends on PDKSH
	help
	  FIXME: This item needs to be documented

config PDKSH_BRACE_EXPAND
	bool
	prompt "Enable ksh brace expansion"
	depends on PDKSH
	help
	  FIXME: This item needs to be documented

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