summaryrefslogtreecommitdiff
path: root/build/cmake
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2018-09-01 23:49:08 -0700
committerTim Kientzle <kientzle@acm.org>2018-09-01 23:49:08 -0700
commit4925fd0ba817764f30b3d6837820351c3bd556d4 (patch)
treec65db3f34ba952e65bf9475a6902ffb70a2684bf /build/cmake
parent8ea6be2423b54afcbfc51d2549f208a2759f59cb (diff)
downloadlibarchive-4925fd0ba817764f30b3d6837820351c3bd556d4.tar.gz
Check for and include sys/sysmacros.h for GNU libc based systems.
Diffstat (limited to 'build/cmake')
-rw-r--r--build/cmake/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index 50978ce9..04f938d3 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