PATH_ZIP
#ifndef PATH_ZIP
if (stat(PATH_ZIP, &st) == 0) {
char *cmd[] = { PATH_ZIP, "-qr", dst, ".", NULL };