summaryrefslogtreecommitdiff
path: root/lib/libmagic
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-01-13 20:37:57 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-01-13 20:37:57 +0000
commit39a9ae0f39534511160dd1dc15530a7c743ee493 (patch)
tree6f515ec68e5a78d0809d8c06ad391ea86cfe7ce8 /lib/libmagic
parent8028b78dbf6b2bce413fd7f1c2bec960f694b952 (diff)
Notes
Diffstat (limited to 'lib/libmagic')
-rw-r--r--lib/libmagic/config.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/libmagic/config.h b/lib/libmagic/config.h
index d827558098ea..47f33472a6fc 100644
--- a/lib/libmagic/config.h
+++ b/lib/libmagic/config.h
@@ -1,5 +1,13 @@
/* $FreeBSD$ */
+/* Get __FreeBSD_version. */
+#include <osreldate.h>
+
+/* Only specific versions of FreeBSD support xlocale */
+#if __FreeBSD_version >= 1000002 || (__FreeBSD_version < 1000000 && __FreeBSD_version >= 900506)
+#define FREEBSD_XLOCALE_SUPPORT 1
+#endif
+
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
@@ -48,7 +56,9 @@
#define HAVE_FORK 1
/* Define to 1 if you have the `freelocale' function. */
+#ifdef FREEBSD_XLOCALE_SUPPORT
#define HAVE_FREELOCALE 1
+#endif
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#define HAVE_FSEEKO 1
@@ -102,7 +112,9 @@
#define HAVE_MMAP 1
/* Define to 1 if you have the `newlocale' function. */
+#ifdef FREEBSD_XLOCALE_SUPPORT
#define HAVE_NEWLOCALE 1
+#endif
/* Define to 1 if you have the `pread' function. */
#define HAVE_PREAD 1
@@ -195,7 +207,9 @@
#define HAVE_UNISTD_H 1
/* Define to 1 if you have the `uselocale' function. */
+#ifdef FREEBSD_XLOCALE_SUPPORT
#define HAVE_USELOCALE 1
+#endif
/* Define to 1 if you have the `utime' function. */
#define HAVE_UTIME 1
@@ -235,7 +249,9 @@
#define HAVE_WORKING_VFORK 1
/* Define to 1 if you have the <xlocale.h> header file. */
+#ifdef FREEBSD_XLOCALE_SUPPORT
#define HAVE_XLOCALE_H 1
+#endif
/* Define to 1 if you have the <zlib.h> header file. */
#define HAVE_ZLIB_H 1