diff options
Diffstat (limited to 'www/mod_jk/files/patch-common::jk_mt-h')
-rw-r--r-- | www/mod_jk/files/patch-common::jk_mt-h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/mod_jk/files/patch-common::jk_mt-h b/www/mod_jk/files/patch-common::jk_mt-h deleted file mode 100644 index 97e3e17d6174..000000000000 --- a/www/mod_jk/files/patch-common::jk_mt-h +++ /dev/null @@ -1,11 +0,0 @@ ---- common/jk_mt.h.orig Sat Apr 16 16:33:27 2005 -+++ common/jk_mt.h Sat Jul 23 02:30:22 2005 -@@ -36,7 +36,7 @@ - * All WIN32 code is MT, UNIX code that uses pthreads is marked by the POSIX - * _REENTRANT define. - */ --#if defined (WIN32) || defined(_REENTRANT) || (defined(NETWARE) && defined(__NOVELL_LIBC__)) -+#if defined (WIN32) || ( defined(FREEBSD_THREAD_HACK) && defined(_THREAD_SAFE) ) || (defined(NETWARE) && defined(__NOVELL_LIBC__)) - #ifdef JK_PREFORK - #define _MT_CODE 0 - #else |