summaryrefslogtreecommitdiffstats
path: root/win32/msvc
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2005-02-15 10:45:13 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2005-02-15 10:45:13 +0000
commit1cc36021d5f4c722ab1dd5d23ed1b60d43c02045 (patch)
tree21b1ee8f76bb322d3058b9ecc4f4da17045f2723 /win32/msvc
parentd6dcec71fbff3efb5e665ba77a520a1f8e215551 (diff)
downloadlasso-1cc36021d5f4c722ab1dd5d23ed1b60d43c02045.tar.gz
lasso-1cc36021d5f4c722ab1dd5d23ed1b60d43c02045.tar.xz
lasso-1cc36021d5f4c722ab1dd5d23ed1b60d43c02045.zip
Added a Windows configured lasso_config.h.
Perhaps we have to transform it into a special lasso_config.h.in in order to have the version number dynamicaly configured, and only this value (not the HAVE_FOO).
Diffstat (limited to 'win32/msvc')
-rw-r--r--win32/msvc/lasso_config.h89
1 files changed, 89 insertions, 0 deletions
diff --git a/win32/msvc/lasso_config.h b/win32/msvc/lasso_config.h
new file mode 100644
index 00000000..423ac37c
--- /dev/null
+++ b/win32/msvc/lasso_config.h
@@ -0,0 +1,89 @@
+/* lasso/lasso_config.h. Generated by configure. */
+/* lasso/lasso_config.h.in. Generated from configure.ac by autoheader. */
+
+/* Define if check available with XML support */
+/* #undef CHECK_IS_XML */
+
+/* Define to 1 if you have the <dlfcn.h> header file. */
+/* #undef HAVE_DLFCN_H */
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+/* #undef HAVE_INTTYPES_H */
+
+/* Define to 1 if you have the <jni.h> header file. */
+/* #undef HAVE_JNI_H */
+
+/* Define to 1 if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H 1
+
+/* Define to 1 if you have the <stdint.h> header file. */
+/* #define HAVE_STDINT_H */
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+/* #undef HAVE_STRINGS_H */
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+/* #undef HAVE_UNISTD_H */
+
+/* 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 */
+
+/* Define to 1 if your C compiler doesn't accept -c and -o together. */
+/* #undef NO_MINUS_C_MINUS_O */
+
+/* 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"
+
+/* Define to 1 if the C compiler supports function prototypes. */
+#define PROTOTYPES 1
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
+
+/* Version number of package */
+#define VERSION "0.6.0"
+
+/* Define like PROTOTYPES; this can be used by system headers. */
+#define __PROTOTYPES 1