summaryrefslogtreecommitdiffstats
path: root/Utilities/cmliblzma/config.h.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-08-06 14:15:05 (GMT)
committerBrad King <brad.king@kitware.com>2018-08-06 14:25:46 (GMT)
commit9f77124ea8ab7598a90a5d1271738b0a077d15c6 (patch)
tree591f1d711c44a3bebd6f196910d116495fcb17e9 /Utilities/cmliblzma/config.h.in
parent7a976ee74237ad916396ba95a84e6842d79c395c (diff)
downloadCMake-9f77124ea8ab7598a90a5d1271738b0a077d15c6.zip
CMake-9f77124ea8ab7598a90a5d1271738b0a077d15c6.tar.gz
CMake-9f77124ea8ab7598a90a5d1271738b0a077d15c6.tar.bz2
liblzma: Drop checks for inline and restrict keywords
We now require the compiler to support these, except for MSVC where upstream liblzma already has special cases (in `common/sysdefs.h`).
Diffstat (limited to 'Utilities/cmliblzma/config.h.in')
-rw-r--r--Utilities/cmliblzma/config.h.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/Utilities/cmliblzma/config.h.in b/Utilities/cmliblzma/config.h.in
index 84328a3..06f7fcb 100644
--- a/Utilities/cmliblzma/config.h.in
+++ b/Utilities/cmliblzma/config.h.in
@@ -180,30 +180,6 @@ typedef uint64_t uintmax_t;
#cmakedefine uintptr_t @uintptr_t@
-
-#cmakedefine HAVE_RESTRICT
-#cmakedefine HAVE___RESTRICT
-
-#cmakedefine HAVE_INLINE
-#cmakedefine HAVE___INLINE
-
-#ifndef HAVE_RESTRICT
-# ifdef HAVE___RESTRICT
-# define restrict __restrict
-# else
-# define restrict
-# endif
-#endif /* HAVE_RESTRICT */
-
-#ifndef HAVE_INLINE
-# ifdef HAVE___INLINE
-# define inline __inline
-# else
-# define inline
-# endif
-#endif /* HAVE_INLINE */
-
-
#cmakedefine WORDS_BIGENDIAN 1
#cmakedefine HAVE_BYTESWAP_H 1