diff options
author | Brad King <brad.king@kitware.com> | 2009-12-14 22:26:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-12-14 22:26:47 (GMT) |
commit | 68374fe078916be7536f8bc107b75a8a9db578e5 (patch) | |
tree | ae606e34fedea3218a2442c7f339a9727fee1261 /Utilities/cmlibarchive/build/cmake | |
parent | e4ebb49717cf8dca50807d7aee6cb0eba5b4d936 (diff) | |
download | CMake-68374fe078916be7536f8bc107b75a8a9db578e5.zip CMake-68374fe078916be7536f8bc107b75a8a9db578e5.tar.gz CMake-68374fe078916be7536f8bc107b75a8a9db578e5.tar.bz2 |
libarchive: Drop unused %jd and %lld checks
The libarchive source does not use HAVE_PRINTF_JD or HAVE_PRINTF_LLD, so
we do not need to test for them at configuration time.
Diffstat (limited to 'Utilities/cmlibarchive/build/cmake')
-rw-r--r-- | Utilities/cmlibarchive/build/cmake/config.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Utilities/cmlibarchive/build/cmake/config.h.in b/Utilities/cmlibarchive/build/cmake/config.h.in index 1f5c66e..9af45a0 100644 --- a/Utilities/cmlibarchive/build/cmake/config.h.in +++ b/Utilities/cmlibarchive/build/cmake/config.h.in @@ -320,12 +320,6 @@ /* Define to 1 if you have the <poll.h> header file. */ #cmakedefine HAVE_POLL_H 1 -/* Define to 1 if printf() supports "%ju" and "%jd" */ -#cmakedefine HAVE_PRINTF_JD 1 - -/* Define to 1 if printf() supports "%llu" and "%lld" */ -#cmakedefine HAVE_PRINTF_LLD 1 - /* Define to 1 if you have the <process.h> header file. */ #cmakedefine HAVE_PROCESS_H 1 |