Now lasso_config.h for MSVC is generated with configure substitutions.

This commit is contained in:
Romain Chantereay 2005-02-16 19:30:42 +00:00
parent 2f3f58802b
commit 4119ec1861
1 changed files with 14 additions and 12 deletions

View File

@ -1,39 +1,41 @@
/* Release version as a decimal */
#define LASSO_VERSION_DECIMAL 600
#define LASSO_VERSION_DECIMAL @VERSION_DECIMAL@
/* Major version number */
#define LASSO_VERSION_MAJOR 0
#define LASSO_VERSION_MAJOR @VERSION_MAJOR@
/* Minor version number */
#define LASSO_VERSION_MINOR 6
#define LASSO_VERSION_MINOR @VERSION_MINOR@
/* Release version number */
#define LASSO_VERSION_SUBMINOR 0
#define LASSO_VERSION_SUBMINOR @VERSION_RELEASE@
/* Windows version of the lasso version */
#define LASSO_WINDOWS_VERSION 0,6,0,0
#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 "lasso"
#define PACKAGE "@PACKAGE@"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "lasso-devel@lists.labs.libre-entreprise.org"
#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
/* Define to the full name of this package. */
#define PACKAGE_NAME "Liberty Alliance Single Sign On"
#define PACKAGE_NAME "@PACKAGE_NAME@"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Liberty Alliance Single Sign On 0.6.0"
#define PACKAGE_STRING "@PACKAGE_STRING@"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "liberty-alliance-single-sign-on"
#define PACKAGE_TARNAME "@PACKAGE_TARNAME@"
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.6.0"
#define PACKAGE_VERSION "@PACKAGE_VERSION@"
/* Version number of package */
#define VERSION "0.6.0"
#define VERSION "@VERSION@"