Closed sisco0 closed 3 years ago
note, the MHD_Result
will only work in newer libmicrohttpd versions. In PR #308 this is fixed to work for old and new versions.
Thank you very much @hzeller . I would close this PR, yours takes into account a wider variety of environments.
Thanks to all of you!
Some warnings appeared during the CMake build process, where the names of the packages were not correctly specified in its type casing and some policy was not needed. Those changes are reflected in the
*.cmake
modified files.Added to that, some slight modifications on the return type for
callback
andheader_iterator
functions were required for accomplishing the compilation process; these changes were done as well.Tests have passed successfully after running the
build/bin/unit_testsuite
file with a running Redis server in the localhost.