2 * Copyright 2013, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
6 * Rene Gollent <rene@gollent.com>
10 #ifndef HAIKU_BOOTSTRAP_BUILD
11 #include <curl/curl.h>
18 #ifndef HAIKU_BOOTSTRAP_BUILD
19 curl_global_init(CURL_GLOBAL_SSL
);
27 #ifndef HAIKU_BOOTSTRAP_BUILD
28 curl_global_cleanup();