Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.

This commit is contained in:
Dan Fandrich 2005-03-15 21:00:46 +00:00
parent 9a5c21c16f
commit efaf688650
6 changed files with 32 additions and 14 deletions

View file

@ -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 */