Mirror of git://git.busybox.net/busybox with our patches on top
Source
/*
* Private includes and definitions
*
* Author: Lasse Collin <lasse.collin@tukaani.org>
*
* This file has been put into the public domain.
* You can do whatever you want with this file.
*/
/* XZ_PREBOOT may be defined only via decompress_unxz.c. */
/* XZ_IGNORE_KCONFIG may be defined only via decompress_unxz.c. */
/*
* For userspace builds, use a separate header to define the required
* macros and functions. This makes it easier to adapt the code into
* different environments and avoids clutter in the Linux kernel tree.
*/
/* If no specific decoding mode is requested, enable support for all modes. */