summaryrefslogtreecommitdiff
path: root/www/mod_jk/files/patch-common::jk_mt-h
blob: 16fa29736d8a7bc8f3bf66924616b779d057af00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- common/jk_mt.h~	Thu Jun  6 03:23:25 2002
+++ common/jk_mt.h	Wed Sep 10 01:22:36 2003
@@ -70,7 +70,7 @@
  * All WIN32 code is MT, UNIX code that uses pthreads is marked by the POSIX 
  * _REENTRANT define.
  */
-#if defined (WIN32) || defined(_REENTRANT)
+#if defined (WIN32) || ( defined(FREEBSD_THREAD_HACK) && defined(_THREAD_SAFE) )
 
     /*
      * Marks execution under MT compilation