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:
Max Kellermann 2018-11-05 21:25:59 +01:00
parent 793fd8c479
commit 98985c03b0

View File

@ -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