summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorThomas Guillem <thomas@gllm.fr>2022-04-05 16:00:37 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-06-07 13:34:03 +0200
commit2ed101256414ea5274e85e6f3d4c011b46442ac4 (patch)
tree361cc3fa90bd161cabba72fad9bdc8b1771954bf /packages
parent23af112f5556d6a785c17e09f2422ac931405f61 (diff)
downloadcurl-2ed101256414ea5274e85e6f3d4c011b46442ac4.tar.gz
curl_version_info: add CURL_VERSION_THREADSAFE_INIT
This flag can be used to make sure that curl_global_init() is thread-safe. This can be useful for libraries that can't control what other dependencies are doing with Curl. Closes #8680
Diffstat (limited to 'packages')
-rw-r--r--packages/OS400/curl.inc.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in
index 33f316d1c..a2be30dc2 100644
--- a/packages/OS400/curl.inc.in
+++ b/packages/OS400/curl.inc.in
@@ -148,6 +148,8 @@
d c X'10000000'
d CURL_VERSION_GSASL...
d c X'20000000'
+ d CURL_VERSION_THREADSAFE_INIT...
+ d c X'40000000'
*
d CURL_HTTPPOST_FILENAME...
d c X'00000001'