diff --git a/dos/config.h b/dos/config.h index 44fb187ed504d8e942be980db7f0073a356cfce0_ZG9zL2NvbmZpZy5o..ab8bbc08aba9431bd42dbf021d83d018a7c18247_ZG9zL2NvbmZpZy5o 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