diff options
author | Yang Tse <yangsita@gmail.com> | 2009-11-15 02:45:23 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-11-15 02:45:23 +0000 |
commit | 581ce03345d38b124c03c30dcfadcc5b2a2dd819 (patch) | |
tree | 8ae009deea777de10c07de3c7f418c54c6c7387a /lib/config-tpf.h | |
parent | f7f76e17c386530b37a49ce1d55cbf77d00f9c00 (diff) | |
download | curl-581ce03345d38b124c03c30dcfadcc5b2a2dd819.tar.gz |
Remove enable-thread / disable-thread configure option. These were only placebo
options. The library is always built as thread safe as possible on every system.
Diffstat (limited to 'lib/config-tpf.h')
-rw-r--r-- | lib/config-tpf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/config-tpf.h b/lib/config-tpf.h index fd995bf4c..efbd9b429 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -47,9 +47,6 @@ /* when not building a shared library */ /* #undef CURL_STATICLIB */ -/* Set to explicitly specify we don't want to use thread-safe functions */ -/* #undef DISABLED_THREADSAFE */ - /* lber dynamic library file */ /* #undef DL_LBER_FILE */ |