2008-10-25 01:18:47 +05:30
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see scripts/kbuild/config-language.txt.
|
|
|
|
#
|
|
|
|
|
2008-03-17 14:40:39 +05:30
|
|
|
menu "Print Utilities"
|
2008-02-23 03:54:48 +05:30
|
|
|
|
2008-02-25 05:02:36 +05:30
|
|
|
config LPD
|
|
|
|
bool "lpd"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
lpd is a print spooling daemon.
|
|
|
|
|
2008-02-23 03:54:48 +05:30
|
|
|
config LPR
|
|
|
|
bool "lpr"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
lpr sends files (or standard input) to a print spooling daemon.
|
|
|
|
|
|
|
|
config LPQ
|
|
|
|
bool "lpq"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
lpq is a print spool queue examination and manipulation program.
|
|
|
|
|
|
|
|
endmenu
|