MFV r357712: file 5.38.

MFC after:	2 weeks
This commit is contained in:
Xin LI
2020-02-11 07:02:48 +00:00
99 changed files with 11505 additions and 6806 deletions
+1
View File
@@ -15,6 +15,7 @@ MAN= libmagic.3 magic.5
SRCS= apprentice.c apptype.c ascmagic.c buffer.c cdf.c cdf_time.c \
compress.c der.c encoding.c fsmagic.c funcs.c is_json.c \
is_csv.c \
is_tar.c magic.c print.c readcdf.c readelf.c seccomp.c softmagic.c
INCS= magic.h
+4 -8
View File
@@ -259,8 +259,7 @@
/* Define to 1 if you have the <zlib.h> header file. */
#define HAVE_ZLIB_H 1
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#define LT_OBJDIR ".libs/"
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
@@ -281,7 +280,7 @@
#define PACKAGE_NAME "file"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "file 5.37"
#define PACKAGE_STRING "file 5.38"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "file"
@@ -290,7 +289,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "5.37"
#define PACKAGE_VERSION "5.38"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -321,7 +320,7 @@
/* Version number of package */
#define VERSION "5.37"
#define VERSION "5.38"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
@@ -377,9 +376,6 @@
#define below would cause a syntax error. */
/* #undef _UINT8_T */
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
/* Define to the type of a signed integer type of width exactly 32 bits if
such a type exists and the standard includes do not define it. */
/* #undef int32_t */