summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/config.h.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-06-27 20:44:08 (GMT)
committerBrad King <brad.king@kitware.com>2013-06-27 20:46:23 (GMT)
commite643e0259df0736022d484c68a6781c3a380dd06 (patch)
tree418389d17651ae40b59f4fb5cd6383c91cc4c95d /Utilities/cmcurl/config.h.in
parent5dd8c01429da90a7417b72f17e784cc98f70f57c (diff)
downloadCMake-e643e0259df0736022d484c68a6781c3a380dd06.zip
CMake-e643e0259df0736022d484c68a6781c3a380dd06.tar.gz
CMake-e643e0259df0736022d484c68a6781c3a380dd06.tar.bz2
cmcurl: Backport curl bug 1192 fix (#14250)
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.
Diffstat (limited to 'Utilities/cmcurl/config.h.in')
-rw-r--r--Utilities/cmcurl/config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Utilities/cmcurl/config.h.in b/Utilities/cmcurl/config.h.in
index e18af8f..148722b 100644
--- a/Utilities/cmcurl/config.h.in
+++ b/Utilities/cmcurl/config.h.in
@@ -441,9 +441,6 @@
/* Define to 1 if you have the <string.h> header file. */
#cmakedefine HAVE_STRING_H ${HAVE_STRING_H}
-/* Define to 1 if you have the `strlcat' function. */
-#cmakedefine HAVE_STRLCAT ${HAVE_STRLCAT}
-
/* Define to 1 if you have the `strlcpy' function. */
#cmakedefine HAVE_STRLCPY ${HAVE_STRLCPY}