summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/build
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-11-04 21:06:34 (GMT)
committerBrad King <brad.king@kitware.com>2009-11-04 21:06:34 (GMT)
commit7f5361f040b267b3ecbafbbc4f406674ce779f30 (patch)
tree1eb72debe04f700500c68f3336149ad3a4475525 /Utilities/cmlibarchive/build
parent9bc63eb30fb4b2b8468de289847c9131900afbc5 (diff)
downloadCMake-7f5361f040b267b3ecbafbbc4f406674ce779f30.zip
CMake-7f5361f040b267b3ecbafbbc4f406674ce779f30.tar.gz
CMake-7f5361f040b267b3ecbafbbc4f406674ce779f30.tar.bz2
libarchive: Fix dev_t configuration
Diffstat (limited to 'Utilities/cmlibarchive/build')
-rw-r--r--Utilities/cmlibarchive/build/cmake/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Utilities/cmlibarchive/build/cmake/config.h.in b/Utilities/cmlibarchive/build/cmake/config.h.in
index b72c49f..2e3cc6c 100644
--- a/Utilities/cmlibarchive/build/cmake/config.h.in
+++ b/Utilities/cmlibarchive/build/cmake/config.h.in
@@ -666,6 +666,9 @@
/* Define to `int' if <sys/types.h> does not define. */
#cmakedefine mode_t ${mode_t}
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#cmakedefine dev_t ${dev_t}
+
/* Define to `long long' if <sys/types.h> does not define. */
#cmakedefine off_t ${off_t}