diff options
author | Martin Matuska <mm@FreeBSD.org> | 2018-09-07 00:11:43 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2018-09-07 00:11:43 +0000 |
commit | 7ab7abddce4a942f9422174bd2ba61c5ada389e3 (patch) | |
tree | c56d73e577d99dc533037441e9d1d37b2bdef762 /build/cmake/config.h.in | |
parent | 01ab5f2b03469f9d06f58229fee91d136e45d31f (diff) | |
download | src-7ab7abddce4a942f9422174bd2ba61c5ada389e3.tar.gz src-7ab7abddce4a942f9422174bd2ba61c5ada389e3.zip |
Update vendor/libarchive/dist to git 5fe69dd018745a88eecf1f7db40daf12d26f7ed0vendor/libarchive/3.3.3
libarchive 3.3.3
Notes
Notes:
svn path=/vendor/libarchive/dist/; revision=338519
svn path=/vendor/libarchive/3.3.3/; revision=338520; tag=vendor/libarchive/3.3.3
Diffstat (limited to 'build/cmake/config.h.in')
-rw-r--r-- | build/cmake/config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index 50978ce961ee..04f938d3f7f3 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -1068,6 +1068,10 @@ typedef uint64_t uintmax_t; /* Define to 1 if you have the <sys/stat.h> header file. */ #cmakedefine HAVE_SYS_STAT_H 1 + +/* Define to 1 if you have the <sys/sysmacros.h> header file. */ +#cmakedefine HAVE_SYS_SYSMACROS_H 1 + /* Define to 1 if you have the <sys/time.h> header file. */ #cmakedefine HAVE_SYS_TIME_H 1 |