summaryrefslogtreecommitdiffstats
path: root/lib/libmagic
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2014-12-11 06:52:10 +0000
committerdelphij <delphij@FreeBSD.org>2014-12-11 06:52:10 +0000
commit504cc95e05d4edf7e1615ae450c370f6cc7a96ae (patch)
treeaa6fb81cc2801f9f2db10c5217ec3c495278f249 /lib/libmagic
parent6eef5a7d4dabee1d90f7bb9993b3f7f438e5aba5 (diff)
parent2e5be0fdd11aef0d2cb0d88c71946b953019f313 (diff)
downloadFreeBSD-src-504cc95e05d4edf7e1615ae450c370f6cc7a96ae.zip
FreeBSD-src-504cc95e05d4edf7e1615ae450c370f6cc7a96ae.tar.gz
MFV r275696: file 5.21.
MFC after: 2 weeks
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 d80926d..0e3de60 100644
--- a/lib/libmagic/config.h
+++ b/lib/libmagic/config.h
@@ -47,6 +47,9 @@
/* Define to 1 if you have the `fork' function. */
#define HAVE_FORK 1
+/* Define to 1 if you have the `freelocale' function. */
+#define HAVE_FREELOCALE 1
+
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#define HAVE_FSEEKO 1
@@ -98,9 +101,15 @@
/* Define to 1 if you have a working `mmap' system call. */
#define HAVE_MMAP 1
+/* Define to 1 if you have the `newlocale' function. */
+#define HAVE_NEWLOCALE 1
+
/* Define to 1 if you have the `pread' function. */
#define HAVE_PREAD 1
+/* Define to 1 if you have the `setlocale' function. */
+#define HAVE_SETLOCALE 1
+
/* Define to 1 if you have the <stddef.h> header file. */
#define HAVE_STDDEF_H 1
@@ -185,6 +194,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
+/* Define to 1 if you have the `uselocale' function. */
+#define HAVE_USELOCALE 1
+
/* Define to 1 if you have the `utime' function. */
#define HAVE_UTIME 1
@@ -222,6 +234,9 @@
/* Define to 1 if `vfork' works. */
#define HAVE_WORKING_VFORK 1
+/* Define to 1 if you have the <xlocale.h> header file. */
+#define HAVE_XLOCALE_H 1
+
/* Define to 1 if you have the <zlib.h> header file. */
#define HAVE_ZLIB_H 1
@@ -247,7 +262,7 @@
#define PACKAGE_NAME "file"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "file 5.19"
+#define PACKAGE_STRING "file 5.21"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "file"
@@ -256,7 +271,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "5.19"
+#define PACKAGE_VERSION "5.21"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -287,7 +302,7 @@
/* Version number of package */
-#define VERSION "5.19"
+#define VERSION "5.21"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
OpenPOWER on IntegriCloud