rpcd: iwinfo plugin fixes
[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 config BUSYBOX_CONFIG_LPD
11         bool "lpd"
12         default BUSYBOX_DEFAULT_LPD
13         help
14           lpd is a print spooling daemon.
15
16 config BUSYBOX_CONFIG_LPR
17         bool "lpr"
18         default BUSYBOX_DEFAULT_LPR
19         help
20           lpr sends files (or standard input) to a print spooling daemon.
21
22 config BUSYBOX_CONFIG_LPQ
23         bool "lpq"
24         default BUSYBOX_DEFAULT_LPQ
25         help
26           lpq is a print spool queue examination and manipulation program.
27
28 endmenu