cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Curl_strerror and strerror_r on glibc

From: Tor Arntsen <tor_at_spacetec.no>
Date: Thu, 25 Mar 2004 16:28:42 +0100

On Mar 25, 16:11, Daniel Stenberg wrote:
>Ok, kludge added that now forces the strerror_r() check to be made for recent
>AIXes anyway. Let's see if it works.

It's good.
AIX:
 grep STRERR */config.h
lib/config.h:/* #undef HAVE_GLIBC_STRERROR_R */
lib/config.h:#define HAVE_POSIX_STRERROR_R 1
lib/config.h:#define HAVE_STRERROR_R 1
Linux:
 grep STRERR */config.h
lib/config.h:#define HAVE_GLIBC_STRERROR_R 1
lib/config.h:/* #undef HAVE_POSIX_STRERROR_R */
lib/config.h:#define HAVE_STRERROR_R 1

-Tor
Received on 2004-03-25