summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2005-02-15 18:10:14 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2005-02-15 18:10:14 +0000
commit893ea385c29a9b1e8af596831e59dfda73c06978 (patch)
tree52cfe49ce60050428ccfe462c0c6e199f657a59a /win32
parente1b461ba4e410d0f3f6f34edee0a6ad2425106da (diff)
downloadlasso-893ea385c29a9b1e8af596831e59dfda73c06978.tar.gz
lasso-893ea385c29a9b1e8af596831e59dfda73c06978.tar.xz
lasso-893ea385c29a9b1e8af596831e59dfda73c06978.zip
Set only used constants.
Diffstat (limited to 'win32')
-rw-r--r--win32/msvc/lasso_config.h50
1 files changed, 0 insertions, 50 deletions
diff --git a/win32/msvc/lasso_config.h b/win32/msvc/lasso_config.h
index 423ac37c..8207fa74 100644
--- a/win32/msvc/lasso_config.h
+++ b/win32/msvc/lasso_config.h
@@ -1,42 +1,3 @@
-/* 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
@@ -55,9 +16,6 @@
/* 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"
@@ -76,14 +34,6 @@
/* 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