mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 03:23:03 +01:00
Cleanup
This commit is contained in:
parent
1715339ed2
commit
96c367b7bc
@ -27,7 +27,6 @@
|
||||
#include "../jrd/common.h"
|
||||
#include "../jrd/ibase.h"
|
||||
#include "../jrd/isc.h"
|
||||
//#include "../lock/lock.h"
|
||||
|
||||
#ifdef WIN_NT
|
||||
#include <process.h>
|
||||
|
@ -40,10 +40,7 @@
|
||||
|
||||
#include "firebird.h"
|
||||
#include "../jrd/common.h"
|
||||
|
||||
#include "../lock/lock.h"
|
||||
#include "../lock/lock_proto.h"
|
||||
|
||||
#include "../jrd/ThreadStart.h"
|
||||
#include "../jrd/jrd.h"
|
||||
#include "gen/iberror.h"
|
||||
|
@ -1,49 +0,0 @@
|
||||
/*
|
||||
* PROGRAM: JRD Lock Manager
|
||||
* MODULE: lock.h
|
||||
* DESCRIPTION: Lock manager specific SRQ definition
|
||||
*
|
||||
* The contents of this file are subject to the Interbase Public
|
||||
* License Version 1.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy
|
||||
* of the License at http://www.Inprise.com/IPL.html
|
||||
*
|
||||
* Software distributed under the License is distributed on an
|
||||
* "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
|
||||
* or implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code was created by Inprise Corporation
|
||||
* and its predecessors. Portions created by Inprise Corporation are
|
||||
* Copyright (C) Inprise Corporation.
|
||||
*
|
||||
* All Rights Reserved.
|
||||
* Contributor(s): ______________________________________.
|
||||
*
|
||||
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "EPSON" port
|
||||
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "DELTA" port
|
||||
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "IMP" port
|
||||
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NCR3000" port
|
||||
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "M88K" port
|
||||
*
|
||||
* 2002.10.27 Sean Leyne - Code Cleanup, removed obsolete "UNIXWARE" port
|
||||
* 2002.10.27 Sean Leyne - Code Cleanup, removed obsolete "Ultrix" port
|
||||
*
|
||||
* 2002.10.28 Sean Leyne - Completed removal of obsolete "DGUX" port
|
||||
* 2002.10.28 Sean Leyne - Code cleanup, removed obsolete "MPEXL" port
|
||||
* 2002.10.28 Sean Leyne - Code cleanup, removed obsolete "DecOSF" port
|
||||
* 2002.10.28 Sean Leyne - Code cleanup, removed obsolete "SGI" port
|
||||
*
|
||||
* 2002.10.29 Sean Leyne - Removed obsolete "Netware" port
|
||||
* 2003.03.24 Nickolay Samofatov - clean up defines, improve deadlock detection logic
|
||||
*/
|
||||
|
||||
#ifndef ISC_LOCK_LOCK_H
|
||||
#define ISC_LOCK_LOCK_H
|
||||
|
||||
#ifdef USE_SHMEM_EXT
|
||||
#define SRQ_ABS_PTR(x) ABS_PTR(x)
|
||||
#define SRQ_REL_PTR(x) REL_PTR(x)
|
||||
#endif
|
||||
|
||||
#endif // ISC_LOCK_LOCK_H
|
Loading…
Reference in New Issue
Block a user