summaryrefslogtreecommitdiff
path: root/dos
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2020-03-11 17:58:51 +0200
committerLasse Collin <lasse.collin@tukaani.org>2020-03-11 17:58:51 +0200
commitcb6b227ce39932824812ccd8a0647bd968de27d2 (patch)
tree1fdb2a82651e9ac99aabcde79a1b9190830af34c /dos
parent4572d53e16e87eee375bc5624de2fd59bb0ae9cd (diff)
downloadxz-cb6b227ce39932824812ccd8a0647bd968de27d2.tar.gz
DOS: Update config.h.
The added defines assume GCC >= 4.8.
Diffstat (limited to 'dos')
-rw-r--r--dos/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/dos/config.h b/dos/config.h
index 7a385e1..5b0e089 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