Pārlūkot izejas kodu

COMP: Disable _FILE_OFFSET_BITS check until sys/types.h check is enabled.

Brad King 19 gadi atpakaļ
vecāks
revīzija
209a3d4f7b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Source/kwsys/Configure.h.in

+ 1 - 1
Source/kwsys/Configure.h.in

@@ -56,7 +56,7 @@
       !defined(@KWSYS_NAMESPACE@_LFS_NO_DEFINE_FILE_OFFSET_BITS)
 #   define _FILE_OFFSET_BITS 64
 #  endif
-#  if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS < 64
+#  if 0 && (defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS < 64)
 #   error "_FILE_OFFSET_BITS must be defined to at least 64"
 #  endif
 # endif