Removed CONFIG_FEATURE_GUNZIP_UNCOMPRESS from config.maemo
[busybox4maemo] / printutils / Config.in
1 menu "Print Utilities"
2
3 config LPD
4         bool "lpd"
5         default n
6         help
7           lpd is a print spooling daemon.
8
9 config LPR
10         bool "lpr"
11         default n
12         help
13           lpr sends files (or standard input) to a print spooling daemon.
14
15 config LPQ
16         bool "lpq"
17         default n
18         help
19           lpq is a print spool queue examination and manipulation program.
20
21 endmenu