ports/databases/firebird-client/files/patch-jrd::thd.h
Ying-Chieh Liao 1f412c28a5 Add SuperServer build
Remove perl from scripts
Remove scripts + consolidate into pkg-install

PR:		45185
Submitted by:	maintainer
2002-11-11 17:23:49 +00:00

14 lines
300 B
C

--- 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