diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-18 10:33:52 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-01-18 10:34:42 +0100 |
commit | 63d51144092e0c51e65221f1544d7aef2950eec9 (patch) | |
tree | 40ea38e8639adc2d7b20d604f8717b78daeeefc3 /curl.h | |
parent | 4f83229c9b7ff9d267968a85f8f7c5ef3d18e11d (diff) | |
download | fbida-63d51144092e0c51e65221f1544d7aef2950eec9.tar.gz |
drop curl support
Diffstat (limited to 'curl.h')
-rw-r--r-- | curl.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,5 +0,0 @@ -#ifdef HAVE_LIBCURL -extern int curl_is_url(const char *url); -#else -static inline int curl_is_url(const char *url) { return 0; } -#endif |