Toggle off Xalan in a config macro to avoid dependency on xmlsec header correctness.
[shibboleth/cpp-xmltooling.git] / config_win32.h
1 /* config_win32.h.  Copied from a ./configure on Unix */
2
3 /* Define if C++ compiler supports covariant virtual methods. */
4 #define HAVE_COVARIANT_RETURNS 1
5
6 /* Define to 1 if you have the <dlfcn.h> header file.
7 #define HAVE_DLFCN_H 1
8 */
9
10 /* Define to 1 if you have the `gmtime_r' function. */
11 /* #undef HAVE_GMTIME_R */
12
13 /* Define if you have an STL implementation that supports useful string
14    specialization. */
15 #define HAVE_GOOD_STL 1
16
17 /* Define to 1 if you have the <inttypes.h> header file.
18 #define HAVE_INTTYPES_H 1
19 */
20
21 /* Define if log4cpp library was found */
22 #define HAVE_LIBLOG4CPP 1
23
24 /* Define if Xerces-C library was found */
25 #define HAVE_LIBXERCESC 1
26
27 /* Define to 1 if you have the <memory.h> header file. */
28 #define HAVE_MEMORY_H 1
29
30 /* define if the compiler implements namespaces */
31 #define HAVE_NAMESPACES 1
32
33 /* Define to 1 if you have the <stdint.h> header file. */
34 /* #undef HAVE_STDINT_H */
35
36 /* Define to 1 if you have the <stdlib.h> header file. */
37 #define HAVE_STDLIB_H 1
38
39 /* Define to 1 if you have the `strchr' function. */
40 #define HAVE_STRCHR 1
41
42 /* Define to 1 if you have the `strdup' function. */
43 #define HAVE_STRDUP 1
44
45 /* Define to 1 if you have the <strings.h> header file.
46 #define HAVE_STRINGS_H 1
47 */
48
49 /* Define to 1 if you have the <string.h> header file. */
50 #define HAVE_STRING_H 1
51
52 /* Define to 1 if you have the `strstr' function. */
53 #define HAVE_STRSTR 1
54
55 /* Define to 1 if you have the <sys/stat.h> header file. */
56 #define HAVE_SYS_STAT_H 1
57
58 /* Define to 1 if you have the <sys/types.h> header file. */
59 #define HAVE_SYS_TYPES_H 1
60
61 /* Define to 1 if you have the <unistd.h> header file.
62 #define HAVE_UNISTD_H 1
63 */
64
65 /* Name of package */
66 #define PACKAGE "xmltooling"
67
68 /* Define to the address where bug reports for this package should be sent. */
69 #define PACKAGE_BUGREPORT "mace-opensaml-users@internet2.edu"
70
71 /* Define to the full name of this package. */
72 #define PACKAGE_NAME "xmltooling"
73
74 /* Define to the full name and version of this package. */
75 #define PACKAGE_STRING "xmltooling 1.0"
76
77 /* Define to the one symbol short name of this package. */
78 #define PACKAGE_TARNAME "xmltooling"
79
80 /* Define to the version of this package. */
81 #define PACKAGE_VERSION "1.0"
82
83 /* Define to the necessary symbol if this constant uses a non-standard name on
84    your system. */
85 /* #undef PTHREAD_CREATE_JOINABLE */
86
87 /* Define to 1 if you have the ANSI C header files. */
88 #define STDC_HEADERS 1
89
90 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
91 /* #undef TM_IN_SYS_TIME */
92
93 /* Version number of package */
94 #define VERSION "1.0"
95
96 /* Define if you wish to disable XML-Security-dependent features. */
97 /* #undef XMLTOOLING_NO_XMLSEC */
98
99 /* Define if you wish to disable Xalan-dependent features. */
100 #define XSEC_NO_XALAN
101
102 /* Define to empty if `const' does not conform to ANSI C. */
103 /* #undef const */
104
105 /* Define to `unsigned' if <sys/types.h> does not define. */
106 /* #undef size_t */