Config.in 395 B

123456789101112
  1. config ADK_PACKAGE_LIBFFI
  2. prompt "libffi............................ Foreign Function Interface library"
  3. tristate
  4. default n
  5. help
  6. The libffi library provides a portable, high level programming
  7. interface to various calling conventions. This allows a programmer to
  8. call any function specified by a call interface description at run
  9. time.
  10. http://sources.redhat.com/libffi/