lasso/win32/msvc/lasso_config.h.in

42 lines
1.1 KiB
C

/* 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 */
#if @LASSO_WSF_SUPPORT@
# define LASSO_WSF_ENABLED
#else
# undef LASSO_WSF_ENABLED
#endif
/* 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@"