summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/xz/xz_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/xz/xz_config.h')
-rw-r--r--cpukit/libmisc/xz/xz_config.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/cpukit/libmisc/xz/xz_config.h b/cpukit/libmisc/xz/xz_config.h
index 41faf4e69b..eb9dac1a4b 100644
--- a/cpukit/libmisc/xz/xz_config.h
+++ b/cpukit/libmisc/xz/xz_config.h
@@ -11,7 +11,7 @@
#define XZ_CONFIG_H
/* Uncomment to enable CRC64 support. */
-#define XZ_USE_CRC64
+/* #define XZ_USE_CRC64 */
/* Uncomment as needed to enable BCJ filter decoders. */
/* #define XZ_DEC_X86 */
@@ -62,10 +62,6 @@ typedef unsigned char bool;
* NOTE: System headers on GNU/Linux may #define this macro already,
* so if you want to change it, you need to #undef it first.
*/
-#ifdef __rtems__
-# undef __always_inline
-# define __always_inline inline
-#else
#ifndef __always_inline
# ifdef __GNUC__
# define __always_inline \
@@ -74,7 +70,6 @@ typedef unsigned char bool;
# define __always_inline inline
# endif
#endif
-#endif
/* Inline functions to access unaligned unsigned 32-bit integers */
#ifndef get_unaligned_le32