check.h: remove obsolete ENABLE_LARGEFILE check
Meson always enables large file support on the compiler command line, thus config.h doesn't need to be included anymore. We'll remove the whole `check.h` header soon. Closes #409
This commit is contained in:
parent
793fd8c479
commit
98985c03b0
@ -37,11 +37,4 @@
|
||||
#error config.h missing
|
||||
#endif
|
||||
|
||||
#if defined(__linux__) && !defined(NDEBUG) && defined(ENABLE_LARGEFILE) && \
|
||||
defined(_FEATURES_H) && defined(__i386__) && \
|
||||
!defined(__USE_FILE_OFFSET64)
|
||||
/* on i386, check if LFS is enabled */
|
||||
#error config.h was included too late
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user