mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:14:17 +03:00
Use the proper macro to do uClibc detection.
This commit is contained in:
parent
553c5a7501
commit
38f797ccd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue