From: Lasse Collin Date: Wed, 11 Mar 2020 15:58:51 +0000 (+0200) Subject: DOS: Update config.h. X-Git-Tag: v5.3.2alpha~60 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb6b227ce39932824812ccd8a0647bd968de27d2;p=thirdparty%2Fxz.git DOS: Update config.h. The added defines assume GCC >= 4.8. --- diff --git a/dos/config.h b/dos/config.h index 7a385e10..5b0e089f 100644 --- a/dos/config.h +++ b/dos/config.h @@ -116,6 +116,14 @@ /* Define to 1 if the system has the type `_Bool'. */ #define HAVE__BOOL 1 +/* Define to 1 if the GNU C extension __builtin_assume_aligned is supported. + */ +#define HAVE___BUILTIN_ASSUME_ALIGNED 1 + +/* Define to 1 if the GNU C extensions __builtin_bswap16/32/64 are supported. + */ +#define HAVE___BUILTIN_BSWAPXX 1 + /* Define to 1 to disable debugging code. */ #define NDEBUG 1