]> granicus.if.org Git - curl/commit
urldata: make service names unconditional
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Tue, 10 Apr 2018 06:50:29 +0000 (08:50 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Mon, 16 Apr 2018 18:11:41 +0000 (20:11 +0200)
commit627bd7da760c67211a6b7d3c98bba94c6213323e
treeffd7034ccbdbf2773e1364b830de46048fc1b69e
parent6cbe96975b57586cf4b8dd9b20f0ac9712d96839
urldata: make service names unconditional

The ifdefs have become quite long. Also, the condition for the
definition of CURLOPT_SERVICE_NAME and for setting it from
CURLOPT_SERVICE_NAME have diverged. We will soon also need the two
options for NTLM, at least when using SSPI, for
https://github.com/curl/curl/pull/1660.
Just make the definitions unconditional to make that easier.

Closes https://github.com/curl/curl/pull/2479
lib/setopt.c
lib/urldata.h