summaryrefslogtreecommitdiffstats
path: root/Utilities/cmnghttp2/cmakeconfig.h.in
Commit message (Collapse)AuthorAgeFilesLines
* nghttp2: Drop unused configuration value from build within CMakeBrad King2023-02-161-3/+0
| | | | | Since commit 7ce2a682a3 (nghttp2 2022-09-21 (87fef4ab), 2022-09-21, v3.26.0-rc1~455^2~1^2) we do not need `SIZEOF_INT_P`.
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-1/+2
| | | | Fixes: #20666
* nghttp2: Build the library within CMake for use by our curlBrad King2020-04-031-0/+17
Provide our own minimal `config.h` since the upstream one is much larger to support other parts of its distribution. Compile with warnings disabled since this is third-party code.