Added CURLOPT_IPRESOLVE support

This commit is contained in:
Daniel Stenberg
2003-09-19 15:16:47 +00:00
parent 09ccfcdcd4
commit 2297eca103
4 changed files with 39 additions and 3 deletions

View File

@@ -826,6 +826,8 @@ struct UserDefined {
char *private; /* Private data */
struct curl_slist *http200aliases; /* linked list of aliases for http200 */
int ip_version;
/* Here follows boolean settings that define how to behave during
this session. They are STATIC, set by libcurl users or at least initially