summaryrefslogtreecommitdiffstats
path: root/win32/msvc/lasso_config.h
blob: 8207fa74048e6cc855f3412d7d188aabeba2e74d (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
/* Release version as a decimal */
#define LASSO_VERSION_DECIMAL 600

/* Major version number */
#define LASSO_VERSION_MAJOR 0

/* Minor version number */
#define LASSO_VERSION_MINOR 6

/* Release version number */
#define LASSO_VERSION_SUBMINOR 0

/* Windows version of the lasso version */
#define LASSO_WINDOWS_VERSION 0,6,0,0

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

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

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "lasso-devel@lists.labs.libre-entreprise.org"

/* Define to the full name of this package. */
#define PACKAGE_NAME "Liberty Alliance Single Sign On"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Liberty Alliance Single Sign On 0.6.0"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "liberty-alliance-single-sign-on"

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

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