Commit 98985c03 authored by Max Kellermann's avatar Max Kellermann

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
parent 793fd8c4
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment