summaryrefslogtreecommitdiff
path: root/tar/config_freebsd.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-12-01 11:08:04 -0500
committerBrad King <brad.king@kitware.com>2009-12-01 11:08:04 -0500
commit128fef46c650947282a8e13adea608065200d927 (patch)
tree2f972b6c5844ba15fa4b44ec36202f240142c6d9 /tar/config_freebsd.h
parent1ee74d95f0f23822f52d563dd2407c3c96c4aa91 (diff)
downloadlibarchive-128fef46c650947282a8e13adea608065200d927.tar.gz
Remove STDC_HEADERS check from non-autoconf builds
This autoconf check is used only within its configure tests and is not used in libarchive source code. The CMake configuration test used a try_run(), which prevents cross-compiling without manual specification of the result. Since the result of the test is not used anyway we simply remove it. SVN-Revision: 1692
Diffstat (limited to 'tar/config_freebsd.h')
-rw-r--r--tar/config_freebsd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tar/config_freebsd.h b/tar/config_freebsd.h
index 02145efc..37aa9dca 100644
--- a/tar/config_freebsd.h
+++ b/tar/config_freebsd.h
@@ -82,4 +82,3 @@
#define HAVE_WCTYPE_H 1
#define HAVE_ZLIB_H 1
#undef MAJOR_IN_MKDEV
-#define STDC_HEADERS 1