summaryrefslogtreecommitdiff
path: root/lib/config-plan9.h
Commit message (Collapse)AuthorAgeFilesLines
* build: remove all HAVE_OPENSSL_ENGINE_H definesDaniel Stenberg2020-03-011-2/+1
| | | | | | | ... as there's nothing in the code that actually uses the define! The last reference was removed in 38203f158. Closes #5007
* define: remove HAVE_ENGINE_LOAD_BUILTIN_ENGINES, not used anymoreDaniel Stenberg2019-12-171-1/+0
| | | | | | | | | It is covered by USE_OPENSSL_ENGINE now. Reported-by: Gisle Vanem Bug: https://github.com/curl/curl/commit/87b9337c8f76c21c57b204e88b68c6ecf3bd1ac0#commitcomment-36447951 Closes #4725
* build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO definesPaul B. Omta2019-10-051-1/+0
| | | | Closes https://github.com/curl/curl/pull/4460
* plan9: add support for running on Plan 9lufia2019-07-311-0/+217
Closes #3701