From 38f797ccd644b119d22e3718ade740f5095cc880 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 17 Mar 2005 20:32:59 +0000 Subject: Use the proper macro to do uClibc detection. --- lib/setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/setup.h b/lib/setup.h index 928eb34c7..3ea2e84e7 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 -- cgit v1.2.3