aboutsummaryrefslogtreecommitdiff
path: root/contrib/android/config/windows_host.h
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2023-05-30 13:07:22 +0000
committerMartin Matuska <mm@FreeBSD.org>2023-05-30 13:12:16 +0000
commit309e35276a045cc5ae7f9414c80765863d4a09c4 (patch)
tree884319d3584d2dba990401c8195dd527fb920ab4 /contrib/android/config/windows_host.h
parentb5a00e61e90d12782d023f98d9bf9bebf65733ed (diff)
downloadsrc-309e35276a045cc5ae7f9414c80765863d4a09c4.tar.gz
src-309e35276a045cc5ae7f9414c80765863d4a09c4.zip
Update vendor/libarchive to libarchive/libarchive@1f3c62ebf
Important changes (relevant to FreeBSD): #1814 Do not account for NULL terminator when comparing with "TRAILER!!!" #1818 Add ability to produce multi-frame zstd archives #1860 Make single bit bitfields unsigned to avoid clang 16 warning #1869 Fix FreeBSD builds with WARNS=6 Obtained from: libarchive Libarchive commit: 1f3c62ebf4d492ac21d3099b3b064993100dd997
Diffstat (limited to 'contrib/android/config/windows_host.h')
-rw-r--r--contrib/android/config/windows_host.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/android/config/windows_host.h b/contrib/android/config/windows_host.h
index 2d899d1e75c6..712b7491be62 100644
--- a/contrib/android/config/windows_host.h
+++ b/contrib/android/config/windows_host.h
@@ -905,8 +905,8 @@
/* Define to 1 if you have the <zlib.h> header file. */
/* #undef HAVE_ZLIB_H */
-/* Define to 1 if you have the `_ctime64_s' function. */
-#define HAVE__CTIME64_S 1
+/* Define to 1 if you have the `ctime_s' function. */
+#define HAVE_CTIME_S 1
/* Define to 1 if you have the `_fseeki64' function. */
#define HAVE__FSEEKI64 1
@@ -914,11 +914,11 @@
/* Define to 1 if you have the `_get_timezone' function. */
/* #undef HAVE__GET_TIMEZONE */
-/* Define to 1 if you have the `_localtime64_s' function. */
-#define HAVE__LOCALTIME64_S 1
+/* Define to 1 if you have the `localtime_s' function. */
+#define HAVE_LOCALTIME_S 1
-/* Define to 1 if you have the `_mkgmtime64' function. */
-/* #define HAVE__MKGMTIME64 1 */
+/* Define to 1 if you have the `_mkgmtime' function. */
+/* #define HAVE__MKGMTIME 1 */
/* Define as const if the declaration of iconv() needs const. */
/* #undef ICONV_CONST */
@@ -952,7 +952,7 @@
/* #undef STRERROR_R_CHAR_P */
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
-#define TIME_WITH_SYS_TIME 1
+#define HAVE_SYS_TIME_H 1