Commit 38f797cc authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Use the proper macro to do uClibc detection.

parent 553c5a75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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