]> git.sur5r.net Git - u-boot/blobdiff - include/bzlib.h
Merge branch 'master' of git://git.denx.de/u-boot-ubi
[u-boot] / include / bzlib.h
index 64f397de93dbf3a4a2d08ac13864c9fe1ae5c4da..19314f8f665752769d51ebea6523ccb23118fc3f 100644 (file)
 
 /* Configure for U-Boot environment */
 #define BZ_NO_STDIO
+
+#ifndef CONFIG_SANDBOX
 #define BZ_NO_COMPRESS
+#endif
 /* End of configuration for U-Boot environment */
 
 #ifdef __cplusplus
@@ -172,7 +175,6 @@ BZ_EXTERN int BZ_API(BZ2_bzDecompressEnd) (
    );
 
 
-
 /*-- High(er) level library functions --*/
 
 #ifndef BZ_NO_STDIO