Config.in 672 B

1234567891011121314151617
  1. config BR2_PACKAGE_LIBITE
  2. bool "libite"
  3. help
  4. Libite is a lightweight library of frog DNA. It can be used
  5. to fill the gaps in any dinosaur project. It holds useful
  6. functions and macros developed by both Finit and the OpenBSD
  7. project. Most notably the string functions: strlcpy(3),
  8. strlcat(3) and the highly useful *BSD sys/queue.h and
  9. sys/tree.h API's.
  10. Libite is the frog DNA missing in GNU libc. However, -lite
  11. does not aim to become another GLIB! One noticeable gap in
  12. GLIBC is the missing _SAFE macros in the BSD sys/queue.h API
  13. - highly recommended when traversing lists to delete/free
  14. nodes.
  15. https://github.com/troglobit/libite