summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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)