lpr and lpq applets by Walter Harms.
[oweals/busybox.git] / printutils / Config.in
1 menu "print support"
2
3 config LPR
4         bool "lpr"
5         default n
6         help
7           lpr sends files (or standard input) to a print spooling daemon.
8
9 config LPQ
10         bool "lpq"
11         default n
12         help
13           lpq is a print spool queue examination and manipulation program.
14
15 endmenu