mirror of
https://github.com/moparisthebest/curl
synced 2025-03-03 02:41:59 -05:00
Use the proper macro to do uClibc detection.
This commit is contained in:
parent
553c5a7501
commit
38f797ccd6
@ -276,7 +276,7 @@ typedef int curl_socket_t;
|
|||||||
|
|
||||||
#define LIBIDN_REQUIRED_VERSION "0.4.1"
|
#define LIBIDN_REQUIRED_VERSION "0.4.1"
|
||||||
|
|
||||||
#ifdef __UCLIBC_MAJOR__
|
#ifdef __UCLIBC__
|
||||||
#define HAVE_INET_NTOA_R_2_ARGS 1
|
#define HAVE_INET_NTOA_R_2_ARGS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user