From b4507c9cbc2f62043d8ef018a5d2dd7369860721 Mon Sep 17 00:00:00 2001 From: Bradley Lowekamp <blowekamp@mail.nih.gov> Date: Mon, 16 Oct 2017 13:11:23 -0400 Subject: [PATCH] Remove dead code from Configure.h.in Remove code that gives the preprocessor trouble when `_FILE_OFFSET_BITS` is not defined, e.g. on 32-bit machines. It was behind `#if 0` anyway. --- Configure.h.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/Configure.h.in b/Configure.h.in index 0afcae7..224047a 100644 --- a/Configure.h.in +++ b/Configure.h.in @@ -62,9 +62,6 @@ !defined(@KWSYS_NAMESPACE@_LFS_NO_DEFINE_FILE_OFFSET_BITS) #define _FILE_OFFSET_BITS 64 #endif -#if 0 && (defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS < 64) -#error "_FILE_OFFSET_BITS must be defined to at least 64" -#endif #endif #endif -- GitLab