Yang Tse's fix to only provide the proto if there is such a function and

we didn't find any proto
This commit is contained in:
Daniel Stenberg 2005-12-02 23:22:45 +00:00
parent feacad7f68
commit 9c312637d1
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
#ifdef HAVE_NO_STRERROR_R_DECL
#if defined(HAVE_STRERROR_R) && defined(HAVE_NO_STRERROR_R_DECL)
#ifdef HAVE_POSIX_STRERROR_R
/* seen on AIX 5100-02 gcc 2.9 */
extern int strerror_r(int errnum, char *strerrbuf, size_t buflen);