mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
DOS: Update config.h.
The added defines assume GCC >= 4.8.
This commit is contained in:
parent
4572d53e16
commit
cb6b227ce3
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue