diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2020-03-11 17:58:51 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2020-03-11 22:38:25 +0200 |
commit | 00a037ee9c8ee5a03cf9744e05570ae93d56b875 (patch) | |
tree | 85e6caf9b599485515e8d643a32e0a4ce7d0b9bf /dos | |
parent | Translations: Add hu, zh_CN, and zh_TW. (diff) | |
download | xz-00a037ee9c8ee5a03cf9744e05570ae93d56b875.tar.xz |
DOS: Update config.h.
The added defines assume GCC >= 4.8.
Diffstat (limited to 'dos')
-rw-r--r-- | dos/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 |