d22e4e9a49c375fabc8078b5dbb7121b35f6530a
[openwrt/openwrt.git] / package / utils / busybox / config / printutils / Config.in
1 # DO NOT EDIT. This file is generated from Config.src
2 #
3 # For a description of the syntax of this configuration file,
4 # see scripts/kbuild/config-language.txt.
5 #
6
7 menu "Print Utilities"
8
9
10
11 config BUSYBOX_CONFIG_LPD
12 bool "lpd"
13 default BUSYBOX_DEFAULT_LPD
14 help
15 lpd is a print spooling daemon.
16
17 config BUSYBOX_CONFIG_LPR
18 bool "lpr"
19 default BUSYBOX_DEFAULT_LPR
20 help
21 lpr sends files (or standard input) to a print spooling daemon.
22
23 config BUSYBOX_CONFIG_LPQ
24 bool "lpq"
25 default BUSYBOX_DEFAULT_LPQ
26 help
27 lpq is a print spool queue examination and manipulation program.
28
29 endmenu