aboutsummaryrefslogtreecommitdiff
path: root/printutils
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-17 20:56:36 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-19 18:35:26 +0200
commit07c3f3802d68880825052fb7902534bd31dc3f05 (patch)
treea296152d451acf6a79bc7215c7000d23aaa176b7 /printutils
parente6a1a2321c47d61868f66beb9a258399cdb09eb2 (diff)
downloadbusybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.tar.gz
busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.tar.bz2
busybox-w32-07c3f3802d68880825052fb7902534bd31dc3f05.zip
Config.in: mark all applets POSIX only
Diffstat (limited to 'printutils')
-rw-r--r--printutils/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/printutils/Config.in b/printutils/Config.in
index 6912ece6c..a46ca1cd1 100644
--- a/printutils/Config.in
+++ b/printutils/Config.in
@@ -8,18 +8,21 @@ menu "Print Utilities"
8config LPD 8config LPD
9 bool "lpd" 9 bool "lpd"
10 default n 10 default n
11 depends on PLATFORM_POSIX
11 help 12 help
12 lpd is a print spooling daemon. 13 lpd is a print spooling daemon.
13 14
14config LPR 15config LPR
15 bool "lpr" 16 bool "lpr"
16 default n 17 default n
18 depends on PLATFORM_POSIX
17 help 19 help
18 lpr sends files (or standard input) to a print spooling daemon. 20 lpr sends files (or standard input) to a print spooling daemon.
19 21
20config LPQ 22config LPQ
21 bool "lpq" 23 bool "lpq"
22 default n 24 default n
25 depends on PLATFORM_POSIX
23 help 26 help
24 lpq is a print spool queue examination and manipulation program. 27 lpq is a print spool queue examination and manipulation program.
25 28