diff --git a/src/lcopteasy.h b/src/lcopteasy.h index e8c2552..51be18c 100644 --- a/src/lcopteasy.h +++ b/src/lcopteasy.h @@ -49,6 +49,9 @@ OPT_ENTRY( localport, LOCALPORT, LNG, 0 ) OPT_ENTRY( localportrange, LOCALPORTRANGE, LNG, 0 ) OPT_ENTRY( dns_cache_timeout, DNS_CACHE_TIMEOUT, LNG, 0 ) OPT_ENTRY( dns_use_global_cache, DNS_USE_GLOBAL_CACHE, LNG, 0 ) +#if LCURL_CURL_VER_GE(7,25,0) +OPT_ENTRY( dns_servers, DNS_SERVERS, STR, LCURL_STORE_STRING ) +#endif OPT_ENTRY( buffersize, BUFFERSIZE, LNG, 0 ) OPT_ENTRY( port, PORT, LNG, 0 ) OPT_ENTRY( tcp_nodelay, TCP_NODELAY, LNG, 0 )