aboutsummaryrefslogtreecommitdiff
path: root/include/win32/config.h
blob: 1da31e0217741af1eaf1ff55357af0c946c8c7fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: LGPL-3.0-or-later */
/*
 * config.h - manually created stub for MSVC
 *
 * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
 */
#ifndef CONFIG_H
#define CONFIG_H

#define _CRT_SECURE_NO_WARNINGS

#define WITH_GZIP 1
#define WITH_LZ4 1

#define PACKAGE_NAME "squashfs-tools-ng"
#define PACKAGE_VERSION "0.9"

#endif /* CONFIG_H */