summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* curl: Drop our CMake infrastructure to make room for the upstreamBrad King2014-10-291-720/+0
| | | | | | Remove our curl CMake build files since upstream now provides some. After merging the upstream versions we may then port them to build inside CMake and take code from our old build files as needed.
* cmcurl: Backport curl bug 1192 fix (#14250)Brad King2013-06-271-3/+0
| | | | | | | | | | LLVM headers define strlcat as a macro rather than as a function. See upstream Curl issue: http://curl.haxx.se/bug/view.cgi?id=1192 It was addressed by removing use of strlcat altogether. Port the upstream fix to CMake's curl.
* curl: Use find_package(OpenSSL)Bill Hoffman2012-09-071-3/+0
| | | | | Change the code to use the standard CMake FindOpenSSL instead of the handcrafted attempt that was there before.
* Toss out strerror_r macrosBen Boeckel2010-12-171-9/+0
|
* Use _POLL_EMUL_H_ instead of HAVE_POLL_FINEBen Boeckel2010-12-161-3/+0
| | | | | Headers define _POLL_EMUL_H_ if they are not in the kernel, so a try_run check for them is not necessary.
* cmcurl: Use arch-aware CHECK_TYPE_SIZE resultBrad King2009-12-171-5/+24
| | | | | | | Our new CHECK_TYPE_SIZE macro produces a SIZEOF_<type>_CODE value for use in configured headers to get architecture-aware type size results. In this commit we teach cmcurl to use the SIZEOF_<type>_CODE value to get proper configured type sizes in OS X Universal Binaries.
* BUG: was not setting HAVE_PROCESS_H properlyKen Martin2007-03-201-0/+3
|
* ENH: Update Curl to 7.16.1Andy Cedilnik2007-03-151-36/+240
|
* ENH: Initial importAndy Cedilnik2005-06-241-0/+512