From 35e3f857f9f5958af31a7169c8461066b95e4c19 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Mon, 24 Jul 2023 13:43:57 +0200 Subject: [PATCH] build: update config_freebsd.h --- libarchive/config_freebsd.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libarchive/config_freebsd.h b/libarchive/config_freebsd.h index 498fd4c5d2..669f272463 100644 --- a/libarchive/config_freebsd.h +++ b/libarchive/config_freebsd.h @@ -111,6 +111,8 @@ #define HAVE_FCNTL 1 #define HAVE_FCNTL_H 1 #define HAVE_FDOPENDIR 1 +#define HAVE_FNMATCH 1 +#define HAVE_FNMATCH_H 1 #define HAVE_FORK 1 #define HAVE_FSEEKO 1 #define HAVE_FSTAT 1 @@ -123,6 +125,8 @@ #define HAVE_GETEUID 1 #define HAVE_GETGRGID_R 1 #define HAVE_GETGRNAM_R 1 +#define HAVE_GETLINE 1 +#define HAVE_GETOPT_OPTRESET 1 #define HAVE_GETPID 1 #define HAVE_GETPWNAM_R 1 #define HAVE_GETPWUID_R 1 @@ -201,6 +205,7 @@ #define HAVE_SYS_MOUNT_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_POLL_H 1 +#define HAVE_SYS_QUEUE_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_STATVFS_H 1 #define HAVE_SYS_STAT_H 1