sysinfo: Move #ifdef so that operations are always defined
[pandora-u-boot.git] / include / bzlib.h
index 2d864d5..19314f8 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