9be401
--- ./a/zzip/_config.h	2021-07-21 14:18:09.000000000 +0200
9be401
+++ ./b/zzip/_config.h	2021-07-21 14:46:24.037432969 +0200
9be401
@@ -138,9 +138,12 @@
9be401
 
9be401
 /* whether the system defaults to 32bit off_t but can do 64bit when requested
9be401
    */
9be401
+#if __WORDSIZE == 32
9be401
 #ifndef ZZIP_LARGEFILE_SENSITIVE 
9be401
 #define ZZIP_LARGEFILE_SENSITIVE  1 
9be401
 #endif
9be401
+#endif
9be401
+/* #undef LARGEFILE_SENSITIVE */
9be401
 
9be401
 /* Define to the sub-directory where libtool stores uninstalled libraries. */
9be401
 #ifndef ZZIP_LT_OBJDIR 
9be401
@@ -227,9 +230,13 @@
9be401
 #endif
9be401
 
9be401
 /* Number of bits in a file offset, on hosts where this is settable. */
9be401
+#if __WORDSIZE == 32
9be401
 #ifndef ZZIP__FILE_OFFSET_BITS 
9be401
 #define ZZIP__FILE_OFFSET_BITS  64 
9be401
 #endif
9be401
+#endif
9be401
+/* #undef _FILE_OFFSET_BITS */
9be401
+
9be401
 
9be401
 /* Define for large files, on AIX-style hosts. */
9be401
 /* #undef _LARGE_FILES */