aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-15 02:45:23 +0000
committerYang Tse <yangsita@gmail.com>2009-11-15 02:45:23 +0000
commit581ce03345d38b124c03c30dcfadcc5b2a2dd819 (patch)
tree8ae009deea777de10c07de3c7f418c54c6c7387a /lib
parentf7f76e17c386530b37a49ce1d55cbf77d00f9c00 (diff)
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')
-rw-r--r--lib/config-os400.h3
-rw-r--r--lib/config-riscos.h3
-rw-r--r--lib/config-symbian.h3
-rw-r--r--lib/config-tpf.h3
-rw-r--r--lib/config-vxworks.h3
5 files changed, 0 insertions, 15 deletions
diff --git a/lib/config-os400.h b/lib/config-os400.h
index 371cbea28..7a303fdbb 100644
--- a/lib/config-os400.h
+++ b/lib/config-os400.h
@@ -54,9 +54,6 @@
/* Define this to your Entropy Gathering Daemon socket pathname */
#undef EGD_SOCKET
-/* Set to explicitly specify we don't want to use thread-safe functions */
-#undef DISABLED_THREADSAFE
-
/* Define to 1 if you have the alarm function. */
#define HAVE_ALARM 1
diff --git a/lib/config-riscos.h b/lib/config-riscos.h
index 912bb8aa7..a5b6850f5 100644
--- a/lib/config-riscos.h
+++ b/lib/config-riscos.h
@@ -50,9 +50,6 @@
/* Define this to your Entropy Gathering Daemon socket pathname */
#undef EGD_SOCKET
-/* Set to explicitly specify we don't want to use thread-safe functions */
-#define DISABLED_THREADSAFE
-
/* Define if you want to enable IPv6 support */
#undef ENABLE_IPV6
diff --git a/lib/config-symbian.h b/lib/config-symbian.h
index d3bf20924..207d9040e 100644
--- a/lib/config-symbian.h
+++ b/lib/config-symbian.h
@@ -57,9 +57,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 */
-
/* your Entropy Gathering Daemon socket pathname */
/* #undef EGD_SOCKET */
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 */
diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h
index 26b8074d5..2d386aff0 100644
--- a/lib/config-vxworks.h
+++ b/lib/config-vxworks.h
@@ -68,9 +68,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 */
-
/* your Entropy Gathering Daemon socket pathname */
/* #undef EGD_SOCKET */