diff options
author | Brad King <brad.king@kitware.com> | 2013-07-01 13:12:00 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-07-01 13:12:00 (GMT) |
commit | 84cb4947039612f5dadeb1e64783b48c9eba4aee (patch) | |
tree | 02d4febde56bffdebff5fffdf3bde305b77e56f4 /Utilities/cmcurl/config.h.in | |
parent | 6e77c2b5869cfa8938cbde97450b27ec1af266ff (diff) | |
parent | e643e0259df0736022d484c68a6781c3a380dd06 (diff) | |
download | CMake-84cb4947039612f5dadeb1e64783b48c9eba4aee.zip CMake-84cb4947039612f5dadeb1e64783b48c9eba4aee.tar.gz CMake-84cb4947039612f5dadeb1e64783b48c9eba4aee.tar.bz2 |
Merge topic 'curl-bug-1192'
e643e02 cmcurl: Backport curl bug 1192 fix (#14250)
Diffstat (limited to 'Utilities/cmcurl/config.h.in')
-rw-r--r-- | Utilities/cmcurl/config.h.in | 3 |
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} |