diff options
Diffstat (limited to 'databases/firebird2-server/files/patch-jrd::thd.h')
-rw-r--r-- | databases/firebird2-server/files/patch-jrd::thd.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/firebird2-server/files/patch-jrd::thd.h b/databases/firebird2-server/files/patch-jrd::thd.h new file mode 100644 index 000000000000..b4e74ecfbe59 --- /dev/null +++ b/databases/firebird2-server/files/patch-jrd::thd.h @@ -0,0 +1,14 @@ +--- jrd/thd.h.orig Sat Mar 2 00:16:31 2002 ++++ jrd/thd.h Mon May 13 19:10:37 2002 +@@ -98,6 +98,11 @@ + #define MULTI_THREAD 1 + #endif + ++#if (defined(FREEBSD) && defined(SUPERSERVER)) ++#define POSIX_THREADS 1 ++#define MULTI_THREAD 1 ++#endif ++ + #ifdef VMS + #ifndef GATEWAY + #define MULTI_THREAD 1 |