Use the proper macro to do uClibc detection.

This commit is contained in:
Dan Fandrich 2005-03-17 20:32:59 +00:00
parent 553c5a7501
commit 38f797ccd6
1 changed files with 1 additions and 1 deletions

View 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