Config.in 513 B

12345678910111213141516171819202122232425262728
  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. menu "Print Utilities"
  7. config BUSYBOX_LPD
  8. bool "lpd"
  9. default n
  10. help
  11. lpd is a print spooling daemon.
  12. config BUSYBOX_LPR
  13. bool "lpr"
  14. default n
  15. help
  16. lpr sends files (or standard input) to a print spooling daemon.
  17. config BUSYBOX_LPQ
  18. bool "lpq"
  19. default n
  20. help
  21. lpq is a print spool queue examination and manipulation program.
  22. endmenu