8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 04:03:03 +01:00

Minor modifications for MacOS 64bit builds

This commit is contained in:
paulbeach 2008-02-06 14:59:08 +00:00
parent 896b3071fc
commit dddab69190

View File

@ -309,16 +309,15 @@ const SSHORT CLASS = CLASS_NETBSD_I386;
#endif #endif
#ifdef DARWIN #ifdef DARWIN
#ifdef i386 #if defined(i386)
const SSHORT CLASS = CLASS_DARWIN_I386; const SSHORT CLASS = CLASS_DARWIN_I386;
#endif #elif defined(DARWIN64)
#ifdef DARWIN64
const SSHORT CLASS = CLASS_DARWIN_X64; const SSHORT CLASS = CLASS_DARWIN_X64;
#endif #elif defined(powerpc)
#ifdef powerpc
const SSHORT CLASS = CLASS_DARWIN_PPC; const SSHORT CLASS = CLASS_DARWIN_PPC;
#endif #endif
#endif // DARWIN #endif // DARWIN
static const char* const SCRATCH = "fb_table_"; static const char* const SCRATCH = "fb_table_";
static const int MIN_EXTEND_BYTES = 128 * 1024; // 128KB static const int MIN_EXTEND_BYTES = 128 * 1024; // 128KB