Skip to content
Snippets Groups Projects
Commit d1234853084e authored by Lasse Collin's avatar Lasse Collin
Browse files

DOS: Update config.h.

The added defines assume GCC >= 4.8.
parent 86fbeffff1a3
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment