mirror of
https://github.com/curl/curl.git
synced 2026-07-26 20:07:15 +03:00
Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.
This commit is contained in:
parent
9a5c21c16f
commit
efaf688650
6 changed files with 32 additions and 14 deletions
|
|
@ -276,4 +276,8 @@ typedef int curl_socket_t;
|
|||
|
||||
#define LIBIDN_REQUIRED_VERSION "0.4.1"
|
||||
|
||||
#ifdef __UCLIBC_MAJOR__
|
||||
#define HAVE_INET_NTOA_R_2_ARGS 1
|
||||
#endif
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue