mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:03:02 +01:00
Cleanup.
This commit is contained in:
parent
5c16ceb28b
commit
07ec062d64
@ -70,13 +70,11 @@
|
||||
#ifdef SUPERSERVER
|
||||
#define SWEEP_THREAD
|
||||
#define GARBAGE_THREAD
|
||||
#elif !defined(SUPERCLIENT)
|
||||
#define AST_THREAD
|
||||
#define CANCEL_OPERATION
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef SUPERSERVER
|
||||
#define CANCEL_OPERATION
|
||||
#define FB_ARCHITECTURE isc_info_db_class_server_access
|
||||
#else
|
||||
#define FB_ARCHITECTURE isc_info_db_class_classic_access
|
||||
|
@ -31,10 +31,6 @@
|
||||
#ifndef JRD_ISC_H
|
||||
#define JRD_ISC_H
|
||||
|
||||
// For AST_THREAD
|
||||
#include "../jrd/common.h"
|
||||
#include "../jrd/sch_proto.h"
|
||||
|
||||
// Firebird platform-specific synchronization data structures
|
||||
|
||||
#ifdef UNIX
|
||||
|
Loading…
Reference in New Issue
Block a user