Update of /cvsroot/firebird/interbase/lock
In directory usw-pr-cvs1:/tmp/cvs-serv20803/lock
Modified Files:
lock.h
Log Message:
Changes to the build system to allow Darwin classic to compile given other
platform constraints. Also included changes to allow Darwin SS to compile.
Index: lock.h
===================================================================
RCS file: /cvsroot/firebird/interbase/lock/lock.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -U3 -r1.1.1.1 -r1.2
--- lock.h 2000/08/03 20:52:04 1.1.1.1
+++ lock.h 2001/06/05 19:43:58 1.2
@@ -65,7 +65,9 @@
#ifndef SOLARIS_MT
#if !(defined(HP10) && defined(SUPERSERVER))
#if !(defined(LINUX) && defined(SUPERSERVER))
+#ifndef DARWIN
#define MANAGER_PROCESS
+#endif
#endif
#endif
#endif
|