Config.in 227 B

123456789
  1. config BR2_PACKAGE_LIBDAEMON
  2. bool "libdaemon"
  3. # needs fork()
  4. depends on BR2_USE_MMU
  5. help
  6. libdaemon is a lightweight C library that eases the
  7. writing of UNIX daemons.
  8. http://0pointer.de/lennart/projects/libdaemon/