Don't define strlcat() in curl if HAVE_STRLCAT is defined

This commit is contained in:
David Capello 2015-05-29 11:40:51 -03:00
parent 283f9984bf
commit 72d0ca8d2c

View File

@ -29,7 +29,7 @@
#ifndef HAVE_STRLCAT
#define strlcat(x,y,z) Curl_strlcat(x,y,z)
#endif
size_t strlcat(char *dst, const char *src, size_t siz);
#endif
#endif