commit 93a0435

hovercats  ·  2024-01-02 21:03:03 +0000 UTC
parent ab1f880
file: use the upstream config.h with version bumped instead
1 files changed,  +14, -12
+14, -12
 1@@ -27,18 +27,15 @@
 2 #define HAVE_INTTYPES_H 1
 3 /* #undef HAVE_LIBBZ2 */
 4 /* #undef HAVE_LIBGNURX */
 5-/* #undef HAVE_LIBLZ */
 6 /* #undef HAVE_LIBLZMA */
 7 /* #undef HAVE_LIBSECCOMP */
 8 #define HAVE_LIBZ 1
 9-/* #undef HAVE_LIBZSTD */
10 #define HAVE_LOCALTIME_R 1
11-/* #undef HAVE_LZLIB_H */
12 /* #undef HAVE_LZMA_H */
13 #define HAVE_MBRTOWC 1
14 #define HAVE_MBSTATE_T 1
15 #define HAVE_MEMMEM 1
16-/* #undef HAVE_MINIX_CONFIG_H */
17+#define HAVE_MEMORY_H 1
18 #define HAVE_MKOSTEMP 1
19 #define HAVE_MKSTEMP 1
20 #define HAVE_MMAP 1
21@@ -49,7 +46,6 @@
22 #define HAVE_SIG_T 1
23 #define HAVE_SPAWN_H 1
24 #define HAVE_STDINT_H 1
25-#define HAVE_STDIO_H 1
26 #define HAVE_STDLIB_H 1
27 #define HAVE_STRCASESTR 1
28 #define HAVE_STRINGS_H 1
29@@ -72,11 +68,8 @@
30 #define HAVE_SYS_TYPES_H 1
31 /* #undef HAVE_SYS_UTIME_H */
32 #define HAVE_SYS_WAIT_H 1
33-/* HAVE_TM_ISDST */
34 #define HAVE_TM_ISDST 1
35-/* HAVE_TM_ZONE */
36 #define HAVE_TM_ZONE 1
37-/* HAVE_TZNAME */
38 #define HAVE_TZNAME 1
39 #define HAVE_UINTPTR_T 1
40 #define HAVE_UNISTD_H 1
41@@ -95,10 +88,7 @@
42 #define HAVE_WORKING_VFORK 1
43 /* #undef HAVE_XLOCALE_H */
44 #define HAVE_ZLIB_H 1
45-/* #undef HAVE_ZSTD_ERRORS_H */
46-/* #undef HAVE_ZSTD_H */
47 #define LT_OBJDIR ".libs/"
48-/* #undef LZLIBSUPPORT */
49 /* #undef MAJOR_IN_MKDEV */
50 #define MAJOR_IN_SYSMACROS 1
51 #define PACKAGE "file"
52@@ -119,6 +109,12 @@
53 #ifndef _POSIX_PTHREAD_SEMANTICS
54 # define _POSIX_PTHREAD_SEMANTICS 1
55 #endif
56+#ifndef _TANDEM_SOURCE
57+# define _TANDEM_SOURCE 1
58+#endif
59+#ifndef __EXTENSIONS__
60+# define __EXTENSIONS__ 1
61+#endif
62 #define VERSION "5.45"
63 #if defined AC_APPLE_UNIVERSAL_BUILD
64 # if defined __BIG_ENDIAN__
65@@ -126,14 +122,20 @@
66 # endif
67 #else
68 # ifndef WORDS_BIGENDIAN
69+/* #  undef WORDS_BIGENDIAN */
70 # endif
71 #endif
72 /* #undef XZLIBSUPPORT */
73 #define ZLIBSUPPORT 1
74-/* #undef ZSTDLIBSUPPORT */
75+#ifndef _DARWIN_USE_64_BIT_INODE
76+# define _DARWIN_USE_64_BIT_INODE 1
77+#endif
78 /* #undef _FILE_OFFSET_BITS */
79 /* #undef _LARGEFILE_SOURCE */
80 /* #undef _LARGE_FILES */
81+/* #undef _MINIX */
82+/* #undef _POSIX_1_SOURCE */
83+/* #undef _POSIX_SOURCE */
84 /* #undef _UINT32_T */
85 /* #undef _UINT64_T */
86 /* #undef _UINT8_T */