aboutsummaryrefslogtreecommitdiff
path: root/lib/libmagic
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2022-07-04 00:07:28 +0000
committerXin LI <delphij@FreeBSD.org>2022-07-04 00:11:09 +0000
commita4d6d3b8910f3805eebcd8703e11e066aad2e2a1 (patch)
tree880152468ec7cee142b99c11dad22992b7cd0d21 /lib/libmagic
parent11a7d5e5d906f691558e06d4bb93b892de31b446 (diff)
parentba49e6371b088bc2fe0fa286104eaa6eba8074d1 (diff)
downloadsrc-a4d6d3b8910f3805eebcd8703e11e066aad2e2a1.tar.gz
src-a4d6d3b8910f3805eebcd8703e11e066aad2e2a1.zip
Diffstat (limited to 'lib/libmagic')
-rw-r--r--lib/libmagic/config.h21
1 files changed, 18 insertions, 3 deletions
diff --git a/lib/libmagic/config.h b/lib/libmagic/config.h
index f19fc581f6f5..2dc6ad7fb3fa 100644
--- a/lib/libmagic/config.h
+++ b/lib/libmagic/config.h
@@ -19,6 +19,9 @@
/* Define to 1 if you have the `asprintf' function. */
#define HAVE_ASPRINTF 1
+/* Define to 1 if you have the <byteswap.h> header file. */
+/* #undef HAVE_BYTESWAP_H */
+
/* Define to 1 if you have the <bzlib.h> header file. */
/* #undef HAVE_BZLIB_H */
@@ -131,12 +134,18 @@
#define HAVE_PIPE2 1
#endif
+/* Define to 1 if you have the `posix_spawnp' function. */
+#define HAVE_POSIX_SPAWNP 1
+
/* Define to 1 if you have the `pread' function. */
#define HAVE_PREAD 1
/* Have sig_t type */
#define HAVE_SIG_T 1
+/* Define to 1 if you have the <spawn.h> header file. */
+#define HAVE_SPAWN_H 1
+
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
@@ -176,6 +185,12 @@
/* Define to 1 if `tm_zone' is a member of `struct tm'. */
#define HAVE_STRUCT_TM_TM_ZONE 1
+/* Define to 1 if you have the <sys/bswap.h> header file. */
+/* #undef HAVE_SYS_BSWAP_H */
+
+/* Define to 1 if you have the <sys/ioctl.h> header file. */
+#define HAVE_SYS_IOCTL_H 1
+
/* Define to 1 if you have the <sys/mman.h> header file. */
#define HAVE_SYS_MMAN_H 1
@@ -284,7 +299,7 @@
#define PACKAGE_NAME "file"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "file 5.41"
+#define PACKAGE_STRING "file 5.42"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "file"
@@ -293,7 +308,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "5.41"
+#define PACKAGE_VERSION "5.42"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -324,7 +339,7 @@
/* Version number of package */
-#define VERSION "5.41"
+#define VERSION "5.42"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */