Update issues fixed links.
[shibboleth/cpp-opensaml.git] / config_win32.h
1 /* config_win32.h.  Copied from a ./configure on Unix */
2
3 /* Define to 1 if you have the <dlfcn.h> header file. */
4 /* #undef HAVE_DLFCN_H */
5
6 /* Define to 1 if you have the `gmtime_r' function. */
7 /* #undef HAVE_GMTIME_R */
8
9 /* Define to 1 if you have the <inttypes.h> header file. */
10 /* #undef HAVE_INTTYPES_H */
11
12 /* Define if log4shib library is used. */
13 #define OPENSAML_LOG4SHIB 1
14
15 /* Define if log4cpp library is used. */
16 /* #undef OPENSAML_LOG4CPP */
17
18 /* Define if Xerces-C library was found */
19 #define HAVE_LIBXERCESC 1
20
21 #include <xercesc/util/XercesVersion.hpp>
22
23 #if (XERCES_VERSION_MAJOR < 3)
24 # define OPENSAML_XERCESC_HAS_XMLBYTE_RELEASE 1
25 #endif
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 /* #undef HAVE_STRINGS_H */
47
48 /* Define to 1 if you have the <string.h> header file. */
49 #define HAVE_STRING_H 1
50
51 /* Define to 1 if you have the `strstr' function. */
52 #define HAVE_STRSTR 1
53
54 /* Define to 1 if you have the <sys/stat.h> header file. */
55 #define HAVE_SYS_STAT_H 1
56
57 /* Define to 1 if you have the <sys/types.h> header file. */
58 #define HAVE_SYS_TYPES_H 1
59
60 /* Define to 1 if you have the <unistd.h> header file. */
61 /* #undef HAVE_UNISTD_H */
62
63 /* Name of package */
64 #define PACKAGE "opensaml"
65
66 /* Define to the address where bug reports for this package should be sent. */
67 #define PACKAGE_BUGREPORT "mace-opensaml-users@internet2.edu"
68
69 /* Define to the full name of this package. */
70 #define PACKAGE_NAME "opensaml"
71
72 /* Define to the full name and version of this package. */
73 #define PACKAGE_STRING "opensaml 2.2"
74
75 /* Define to the one symbol short name of this package. */
76 #define PACKAGE_TARNAME "opensaml"
77
78 /* Define to the version of this package. */
79 #define PACKAGE_VERSION "2.2"
80
81 /* Define to the necessary symbol if this constant uses a non-standard name on
82    your system. */
83 /* #undef PTHREAD_CREATE_JOINABLE */
84
85 /* Define to 1 if you have the ANSI C header files. */
86 #define STDC_HEADERS 1
87
88 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
89 /* #undef TM_IN_SYS_TIME */
90
91 /* Version number of package */
92 #define VERSION "2.2"
93
94 /* Define to empty if `const' does not conform to ANSI C. */
95 /* #undef const */
96
97 /* Define to `unsigned' if <sys/types.h> does not define. */
98 /* #undef size_t */
99
100 /* The size of a `time_t', as computed by sizeof. */
101 #define SIZEOF_TIME_T 8
102