summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authortim@localhost.polyesthetic.msg <>2000-08-18 14:49:31 -0400
committertim@localhost.polyesthetic.msg <>2000-08-18 14:49:31 -0400
commitcf2e115ec3d91dc9e3148f7bef0f37720df19602 (patch)
treed856a5bdf30bea7244c537d3c01a586e03e6ba5b /include
parent86f4dbe20e850a6161d69b7407838c28a8bf93f9 (diff)
downloadmariadb-git-cf2e115ec3d91dc9e3148f7bef0f37720df19602.tar.gz
Change the behavior of --enable-thread-safe-client. It now builds
both a non-threaded libmysqlclient and a threaded libmysqlclient_r.
Diffstat (limited to 'include')
-rw-r--r--include/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index c56b1f83dc3..4f1e7156597 100644
--- a/include/global.h
+++ b/include/global.h
@@ -33,7 +33,7 @@
#endif /* _cplusplus */
/* The client defines this to avoid all thread code */
-#if defined(UNDEF_THREADS_HACK) && !defined(THREAD_SAFE_CLIENT)
+#if defined(UNDEF_THREADS_HACK)
#undef THREAD
#undef HAVE_mit_thread
#undef HAVE_LINUXTHREADS