]> granicus.if.org Git - curl/commitdiff
Use the proper macro to do uClibc detection.
authorDan Fandrich <dan@coneharvesters.com>
Thu, 17 Mar 2005 20:32:59 +0000 (20:32 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 17 Mar 2005 20:32:59 +0000 (20:32 +0000)
lib/setup.h

index 928eb34c7822b0bd2d142105e7edb4e0ebb2a7e4..3ea2e84e7176049712cf434c7b858fa090e17185 100644 (file)
@@ -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