summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2016-09-04 16:07:27 -0700
committerTim Kientzle <kientzle@acm.org>2016-09-04 16:07:27 -0700
commita847b45528d7f5476380e31cc22ea6a5d85435bf (patch)
treea63d60c076f46113af8849a651c4f5c44b3b8639 /build/cmake
parent6fd583026d4b335a2af7018058c34877f9c192e9 (diff)
downloadlibarchive-a847b45528d7f5476380e31cc22ea6a5d85435bf.tar.gz
Fix FreeBSD build: prefer struct xvfsconf to struct vfsconf
Diffstat (limited to 'build/cmake')
-rw-r--r--build/cmake/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index e6a9c517..b066b2ce 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -929,6 +929,9 @@ typedef uint64_t uintmax_t;
/* Define to 1 if you have `struct vfsconf'. */
#cmakedefine HAVE_STRUCT_VFSCONF 1
+/* Define to 1 if you have `struct xvfsconf'. */
+#cmakedefine HAVE_STRUCT_XVFSCONF 1
+
/* Define to 1 if you have the `symlink' function. */
#cmakedefine HAVE_SYMLINK 1