From: Dan Fandrich Date: Thu, 17 Mar 2005 20:32:59 +0000 (+0000) Subject: Use the proper macro to do uClibc detection. X-Git-Tag: curl-7_13_2~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38f797ccd644b119d22e3718ade740f5095cc880;p=thirdparty%2Fcurl.git Use the proper macro to do uClibc detection. --- diff --git a/lib/setup.h b/lib/setup.h index 928eb34c78..3ea2e84e71 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -276,7 +276,7 @@ typedef int curl_socket_t; #define LIBIDN_REQUIRED_VERSION "0.4.1" -#ifdef __UCLIBC_MAJOR__ +#ifdef __UCLIBC__ #define HAVE_INET_NTOA_R_2_ARGS 1 #endif