diff options
author | Brad King <brad.king@kitware.com> | 2009-11-30 22:22:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-11-30 22:22:24 (GMT) |
commit | 8b2f6dbfa2ba0ebac7a538d97314577e7075968a (patch) | |
tree | 27c3c9af4bde70a4b11f049ca92a246a055432f9 /Utilities/cmlibarchive/tar | |
parent | c9235c0159a75b55aae3e14bce852dd92b90a0f9 (diff) | |
download | CMake-8b2f6dbfa2ba0ebac7a538d97314577e7075968a.zip CMake-8b2f6dbfa2ba0ebac7a538d97314577e7075968a.tar.gz CMake-8b2f6dbfa2ba0ebac7a538d97314577e7075968a.tar.bz2 |
libarchive: Remove unused STDC_HEADERS try_run
This was the only try_run() in libarchive, and the result was not used
in the source code. We remove it to allow cross-compiling to work.
Diffstat (limited to 'Utilities/cmlibarchive/tar')
-rw-r--r-- | Utilities/cmlibarchive/tar/config_freebsd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/cmlibarchive/tar/config_freebsd.h b/Utilities/cmlibarchive/tar/config_freebsd.h index 585ee9f..c94c539 100644 --- a/Utilities/cmlibarchive/tar/config_freebsd.h +++ b/Utilities/cmlibarchive/tar/config_freebsd.h @@ -81,4 +81,3 @@ #define HAVE_WCTYPE_H 1 #define HAVE_ZLIB_H 1 #undef MAJOR_IN_MKDEV -#define STDC_HEADERS 1 |