Make gnurl and curl mutually exclusive.
authorFlorian Dold <florian.dold@gmail.com>
Tue, 30 Apr 2019 18:46:17 +0000 (20:46 +0200)
committerFlorian Dold <florian.dold@gmail.com>
Tue, 30 Apr 2019 18:48:23 +0000 (20:48 +0200)
commit8719f4fcc1685a320e648166cf6720c3e33f0434
tree28bc3e764d86ea249b4fd040b4ab7a9cb92b354d
parent3cf07732fca4fd293874837833698fe0bfa279b2
Make gnurl and curl mutually exclusive.

This prevents issues when both curl and gnurl are available, but one of
them is outdated.

To get curl.h, we also now just include gnunet_curl_lib.h instead of
writing the preprocessor conditionals manually.

Fixes #5707
configure.ac
src/curl/curl.c
src/gns/gnunet-gns-proxy.c
src/gns/test_gns_proxy.c
src/hostlist/gnunet-daemon-hostlist_client.c
src/include/gnunet_curl_lib.h
src/pt/test_gns_vpn.c
src/pt/test_gnunet_vpn.c
src/transport/plugin_transport_http.h
src/transport/plugin_transport_http_client.c