Config.in.lib 728 B

123456789101112131415161718
  1. config ADK_PACKAGE_LIBAVAHI
  2. prompt "libavahi.......................... An mDNS/DNS-SD (ZeroConf) implementation (library)"
  3. tristate
  4. default n
  5. select ADK_COMPILE_AVAHI
  6. help
  7. Avahi is a system which facilitates service discovery on a local network --
  8. this means that you can plug your laptop or computer into a network and
  9. instantly be able to view other people who you can chat with, find printers
  10. to print to or find files being shared. This kind of technology is already
  11. found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
  12. and is very convenient.
  13. http://www.freedesktop.org/Software/Avahi
  14. This package contains the mDNS/DNS-SD shared libraries, used by other programs.