Added some basic CGI support using kcgi plus a lot of fixes and content updates. (0.41.9)
This commit is contained in:
parent
9698074279
commit
604c415c0c
25 changed files with 407 additions and 13 deletions
|
|
@ -42,7 +42,8 @@ foreach(var_pair
|
|||
INIPARSER
|
||||
LIBSQL
|
||||
LIBXML2
|
||||
OPENSSL)
|
||||
OPENSSL
|
||||
KCGI)
|
||||
if(${var_pair}_INCLUDE_DIRS)
|
||||
target_include_directories(fun_core PRIVATE ${${var_pair}_INCLUDE_DIRS})
|
||||
endif()
|
||||
|
|
@ -93,6 +94,10 @@ if(FUN_WITH_OPENSSL)
|
|||
target_compile_definitions(fun_core PUBLIC FUN_WITH_OPENSSL=1)
|
||||
endif()
|
||||
|
||||
if(FUN_WITH_KCGI)
|
||||
target_compile_definitions(fun_core PUBLIC FUN_WITH_KCGI=1)
|
||||
endif()
|
||||
|
||||
# LibreSSL toggle: ensure compile definitions are applied to fun_core so
|
||||
# the LibreSSL code paths are compiled, and linking vars are handled above.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue