summaryrefslogtreecommitdiff
path: root/include/config.h.in
blob: e45dec81f8456d1aa8befba85717fd5cf83119f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-3.0-only */
#ifndef _CONFIG_H_
#define _CONFIG_H_

#define MSCP_VERSION		"@MSCP_VERSION@"
#define MSCP_BUILD_VERSION	"@MSCP_BUILD_VERSION@"


/* Define to 1 if you have the strlcat function. */
#cmakedefine HAVE_STRLCAT 1

#endif /* _CONFIG_H_ */