1config BR2_PACKAGE_LIBFCGI
2	bool "libfcgi"
3	depends on BR2_USE_MMU # fork()
4	help
5	  FCGI, a fastcgi developer library for C/C++
6
7	  https://fastcgi-archives.github.io/
8