summaryrefslogtreecommitdiff
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2009-11-07 02:31:15 -0500
committerTim Kientzle <kientzle@gmail.com>2009-11-07 02:31:15 -0500
commit56965e7a9b1d8b0d70e55d952bd16172e7738746 (patch)
tree2769fc68f33eac22908e498041a49d8d57c6f105 /CTestConfig.cmake
parent24dbaced15d0e63bd850cf6b72881dc8bd502e0c (diff)
downloadlibarchive-56965e7a9b1d8b0d70e55d952bd16172e7738746.tar.gz
MinGW defines a value of S_IFBLK which is both useless and wrong.
Comment out this sanity-check on MinGW. (It already doesn't apply to VC++ because Microsoft doesn't define S_IFBLK.) test_entry sanity-checks that S_IFBLK has the expected value on every platform, even though libarchive per se doesn't depend on this. So far, MinGW is the only platform that's ever broken one of these checks, which is reassuring, since it means that clients can reasonably pass unaltered st_mode values into libarchive. Even on MinGW, it will work, since MinGW can never actually set S_IFBLK (Windows filesystems don't support it). SVN-Revision: 1585
Diffstat (limited to 'CTestConfig.cmake')
0 files changed, 0 insertions, 0 deletions