mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 22:15:13 -05:00
added INET_ADDRSTRLEN define in case system headers dont provide.
This commit is contained in:
parent
6236198d43
commit
2aaff16a87
@ -101,6 +101,9 @@
|
|||||||
#ifndef NI_MAXHOST
|
#ifndef NI_MAXHOST
|
||||||
#define NI_MAXHOST 1025
|
#define NI_MAXHOST 1025
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef INET_ADDRSTRLEN
|
||||||
|
#define INET_ADDRSTRLEN 16
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __SYMBIAN32__
|
#ifdef __SYMBIAN32__
|
||||||
/* Symbian OS panics when given a timeout much greater than 1/2 hour */
|
/* Symbian OS panics when given a timeout much greater than 1/2 hour */
|
||||||
|
Loading…
Reference in New Issue
Block a user