Config.in 799 B

123456789101112131415161718192021222324252627
  1. config ADK_COMPILE_RADIUSCLIENT_NG
  2. tristate
  3. default n
  4. depends ADK_PACKAGE_LIBRADIUSCLIENT_NG
  5. config ADK_PACKAGE_RADIUSCLIENT_NG
  6. prompt "radiusclient-ng................... RADIUS client"
  7. tristate
  8. default n
  9. select ADK_PACKAGE_LIBOPENSSL
  10. select ADK_PACKAGE_LIBRADIUSCLIENT_NG
  11. help
  12. Purpose of this project is to build portable, easy-to-use and standard compliant
  13. library suitable for developing free and commercial software that need support
  14. for a RADIUS protocol (RFCs 2128 and 2139).
  15. http://developer.berlios.de/projects/radiusclient-ng/
  16. Depends: libopenssl
  17. config ADK_PACKAGE_LIBRADIUSCLIENT_NG
  18. prompt "libradiusclient-ng................ RADIUS client library"
  19. tristate
  20. default n
  21. select ADK_COMPILE_RADIUSCLIENT_NG
  22. help
  23. Developpment library from radiusclient-ng