summaryrefslogtreecommitdiffstats
path: root/Utilities/cmexpat/expat_config.h.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-06-05 11:57:50 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-06-05 11:58:38 (GMT)
commit3414ee155e0423284a9171497d7724828fd324a5 (patch)
treed5e80a5eafa6817b0a5841860d14d718840df4f3 /Utilities/cmexpat/expat_config.h.cmake
parent6aa87468100c1d6f518df1a48efbd42d6f4a59e2 (diff)
parent9f3923893ceff962d733bba839457a4c75d045f0 (diff)
downloadCMake-3414ee155e0423284a9171497d7724828fd324a5.zip
CMake-3414ee155e0423284a9171497d7724828fd324a5.tar.gz
CMake-3414ee155e0423284a9171497d7724828fd324a5.tar.bz2
Merge topic 'reduce-try_compile'
9f3923893c libarchive: Map fixed-size integer types from KWIML as typedefs d20bf471c8 liblzma: Map fixed-size integer types from KWIML as typedefs 92c4316d81 KWSys: Hard-code try_compile results on Windows 2bc89f1a03 cmSystemTools: Hard-code try_compile results for Windows d350d4668a libarchive: Hard-code try_compile results for bundled dependencies bf60ac24ae Source: Assume elf.h does not exist on Windows f408cc2c40 expat: Remove unused try_compile checks 6c4f3dcd7b Utilities: Update hard-coded try_compile results for third-party libraries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4848
Diffstat (limited to 'Utilities/cmexpat/expat_config.h.cmake')
-rw-r--r--Utilities/cmexpat/expat_config.h.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/Utilities/cmexpat/expat_config.h.cmake b/Utilities/cmexpat/expat_config.h.cmake
index 795b607..e91861e 100644
--- a/Utilities/cmexpat/expat_config.h.cmake
+++ b/Utilities/cmexpat/expat_config.h.cmake
@@ -86,9 +86,3 @@
#ifdef _MSC_VER
# define __func__ __FUNCTION__
#endif
-
-/* Define to `long' if <sys/types.h> does not define. */
-#cmakedefine off_t @OFF_T@
-
-/* Define to `unsigned' if <sys/types.h> does not define. */
-#cmakedefine size_t @SIZE_T@