]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
DOS: Update config.h.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 11 Mar 2020 15:58:51 +0000 (17:58 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 11 Mar 2020 15:58:51 +0000 (17:58 +0200)
The added defines assume GCC >= 4.8.

dos/config.h

index 7a385e1058b4df6ce68c413d49e9e82897f8f041..5b0e089fb1f2e653ebe0e6af7ec2f1558fbec550 100644 (file)
 /* 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