summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/Platforms/config-aix.h
Commit message (Collapse)AuthorAgeFilesLines
* curl: Drop our CMake infrastructure to make room for the upstreamBrad King2014-10-291-483/+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.
* ENH: Initial importAndy Cedilnik2005-06-241-0/+486