summaryrefslogtreecommitdiffstats
path: root/rules/pdksh.in
blob: 1e5890a0dbddadf1260fb83d4c99822e412edbd9 (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
menuconfig PDKSH
	bool "Pdksh               "
	depends on BROKEN

config PDKSH_SHLIKE
	bool	
	prompt "Enable minimal sh like configuration"
	depends on PDKSH && broken

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

config PDKSH_POSIX
	bool	
	prompt "Enable POSIX behaviour"
	depends on PDKSH

config PDKSH_EMACS
	bool	
	prompt "Enable emacs style line editing"
	depends on PDKSH

config PDKSH_VI
	bool	
	prompt "Enable vi style line editing"
	depends on PDKSH

config PDKSH_CMDHISTORY
	bool
	prompt "Turn on command history"
	depends on PDKSH

config PDKSH_JOBS
	bool
	prompt "Enable job control features"
	depends on PDKSH

config PDKSH_BRACE_EXPAND
	bool
	prompt "Enable ksh brace expansion"
	depends on PDKSH

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