summaryrefslogtreecommitdiff
path: root/lib/common/BoxPlatform.h
diff options
context:
space:
mode:
authorMartin Ebourne <martin@ebourne.me.uk>2006-01-07 23:35:52 +0000
committerMartin Ebourne <martin@ebourne.me.uk>2006-01-07 23:35:52 +0000
commit625d588938d638ce72457305203e61e9f9ebc3b8 (patch)
tree79d1d3106306096838db67ff54b5d6809305a228 /lib/common/BoxPlatform.h
parent4236badf30da3ebff007ad72d91fd10e32f5c345 (diff)
Fix raidfile intercept tests on 32 bit Linux with large file support.
Now intercept tests are never disabled.
Diffstat (limited to 'lib/common/BoxPlatform.h')
-rw-r--r--lib/common/BoxPlatform.h5
1 files changed, 0 insertions, 5 deletions
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)