#include #include #include int VasEBoot_install_compress_gzip (const char *src, const char *dest) { VasEBoot_util_error (_("no compression is available for your platform")); } int VasEBoot_install_compress_xz (const char *src, const char *dest) { VasEBoot_util_error (_("no compression is available for your platform")); } int VasEBoot_install_compress_lzop (const char *src, const char *dest) { VasEBoot_util_error (_("no compression is available for your platform")); }