summaryrefslogtreecommitdiffstats
path: root/win32/msvc/lasso_config.h.in
blob: 734715e4dbc4da4652f5d4fb2052c09b0d06f19b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* Release version as a decimal */
#define LASSO_VERSION_DECIMAL @VERSION_DECIMAL@

/* Major version number */
#define LASSO_VERSION_MAJOR @VERSION_MAJOR@

/* Minor version number */
#define LASSO_VERSION_MINOR @VERSION_MINOR@

/* Release version number */
#define LASSO_VERSION_SUBMINOR @VERSION_RELEASE@

/* Windows version of the lasso version */
#define LASSO_WINDOWS_VERSION @WINDOWS_VERSION@

/* Define if ID-WSF support is enabled */
/* #undef LASSO_WSF_ENABLED */
#@LASSO_WSF_ENABLE@

/* Name of package */
#define PACKAGE "@PACKAGE@"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"

/* Define to the full name of this package. */
#define PACKAGE_NAME "@PACKAGE_NAME@"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "@PACKAGE_STRING@"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "@PACKAGE_TARNAME@"

/* Define to the version of this package. */
#define PACKAGE_VERSION "@PACKAGE_VERSION@"

/* Version number of package */
#define VERSION "@VERSION@"