13 lines
510 B
Text
13 lines
510 B
Text
$NetBSD$
|
|
|
|
--- src/include/firebird.h.orig 2005-09-22 07:09:57.000000000 +0000
|
|
+++ src/include/firebird.h
|
|
@@ -87,7 +87,7 @@ using namespace NAMESPACE;
|
|
#define USE_POSIX_THREADS
|
|
#endif
|
|
#ifdef SUPERCLIENT
|
|
-#if defined(LINUX) || defined(FREEBSD)
|
|
+#if defined(LINUX) || defined(FREEBSD) || defined(NETBSD)
|
|
/* The following ifdef was added to build thread safe gds shared
|
|
library on linux platform. It seems the gdslib works now (20020220)
|
|
with thread enabled applications. Anyway, more tests should be
|