diff options
| author | Xin LI <delphij@FreeBSD.org> | 2022-01-04 06:02:42 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2022-01-04 06:03:39 +0000 |
| commit | 43a5ec4eb41567cc92586503212743d89686d78f (patch) | |
| tree | 00111687f6210ba6bd15eb9ce07369a14ad46bea /lib/libmagic | |
| parent | a3522837b021a46f2de81303247599ea51163d13 (diff) | |
| parent | 048bd4094ff308722af59e857c54819c9313875a (diff) | |
Diffstat (limited to 'lib/libmagic')
| -rw-r--r-- | lib/libmagic/config.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libmagic/config.h b/lib/libmagic/config.h index 90a9a115420c..816087e19b5d 100644 --- a/lib/libmagic/config.h +++ b/lib/libmagic/config.h @@ -126,6 +126,9 @@ /* Define to 1 if you have the `newlocale' function. */ #define HAVE_NEWLOCALE 1 +/* Define to 1 if you have the `pipe2' function. */ +#define HAVE_PIPE2 1 + /* Define to 1 if you have the `pread' function. */ #define HAVE_PREAD 1 @@ -277,7 +280,7 @@ #define PACKAGE_NAME "file" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "file 5.39" +#define PACKAGE_STRING "file 5.41" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "file" @@ -286,7 +289,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.39" +#define PACKAGE_VERSION "5.41" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 @@ -317,7 +320,7 @@ /* Version number of package */ -#define VERSION "5.39" +#define VERSION "5.41" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ |
