From 625d588938d638ce72457305203e61e9f9ebc3b8 Mon Sep 17 00:00:00 2001 From: Martin Ebourne Date: Sat, 7 Jan 2006 23:35:52 +0000 Subject: Fix raidfile intercept tests on 32 bit Linux with large file support. Now intercept tests are never disabled. --- lib/common/BoxPlatform.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib') diff --git a/lib/common/BoxPlatform.h b/lib/common/BoxPlatform.h index 42eb13e8..774776cb 100644 --- a/lib/common/BoxPlatform.h +++ b/lib/common/BoxPlatform.h @@ -47,11 +47,6 @@ #endif #endif -// Cannot do the intercepts in test/raidfile if large file support is enabled -#ifdef HAVE_LARGE_FILE_SUPPORT - #define PLATFORM_CLIB_FNS_INTERCEPTION_IMPOSSIBLE -#endif - #ifdef HAVE_DEFINE_PRAGMA // set packing to one bytes (can't use push/pop on gcc) #define BEGIN_STRUCTURE_PACKING_FOR_WIRE #pragma pack(1) -- cgit v1.2.3