mirror of
https://github.com/curl/curl.git
synced 2025-04-24 16:40:32 +08: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
|
||||
#define NI_MAXHOST 1025
|
||||
#endif
|
||||
#ifndef INET_ADDRSTRLEN
|
||||
#define INET_ADDRSTRLEN 16
|
||||
#endif
|
||||
|
||||
#ifdef __SYMBIAN32__
|
||||
/* Symbian OS panics when given a timeout much greater than 1/2 hour */
|
||||
|
Loading…
x
Reference in New Issue
Block a user