Bump version, fix for CPPOST-65.
[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 #include <xercesc/util/XercesVersion.hpp>
19
20 #if (XERCES_VERSION_MAJOR < 3)
21 # define OPENSAML_XERCESC_HAS_XMLBYTE_RELEASE 1
22 #endif
23
24 /* Define to 1 if you have the <memory.h> header file. */
25 #define HAVE_MEMORY_H 1
26
27 /* define if the compiler implements namespaces */
28 #define HAVE_NAMESPACES 1
29
30 /* Define to 1 if you have the <stdint.h> header file. */
31 /* #undef HAVE_STDINT_H */
32
33 /* Define to 1 if you have the <stdlib.h> header file. */
34 #define HAVE_STDLIB_H 1
35
36 /* Define to 1 if you have the `strchr' function. */
37 #define HAVE_STRCHR 1
38
39 /* Define to 1 if you have the `strdup' function. */
40 #define HAVE_STRDUP 1
41
42 /* Define to 1 if you have the <strings.h> header file. */
43 /* #undef HAVE_STRINGS_H */
44
45 /* Define to 1 if you have the <string.h> header file. */
46 #define HAVE_STRING_H 1
47
48 /* Define to 1 if you have the `strstr' function. */
49 #define HAVE_STRSTR 1
50
51 /* Define to 1 if you have the <sys/stat.h> header file. */
52 #define HAVE_SYS_STAT_H 1
53
54 /* Define to 1 if you have the <sys/types.h> header file. */
55 #define HAVE_SYS_TYPES_H 1
56
57 /* Define to 1 if you have the <unistd.h> header file. */
58 /* #undef HAVE_UNISTD_H */
59
60 /* Name of package */
61 #define PACKAGE "opensaml"
62
63 /* Define to the address where bug reports for this package should be sent. */
64 #define PACKAGE_BUGREPORT "https://bugs.internet2.edu/"
65
66 /* Define to the full name of this package. */
67 #define PACKAGE_NAME "opensaml"
68
69 /* Define to the full name and version of this package. */
70 #define PACKAGE_STRING "opensaml 2.5"
71
72 /* Define to the one symbol short name of this package. */
73 #define PACKAGE_TARNAME "opensaml"
74
75 /* Define to the version of this package. */
76 #define PACKAGE_VERSION "2.5"
77
78 /* Define to the necessary symbol if this constant uses a non-standard name on
79    your system. */
80 /* #undef PTHREAD_CREATE_JOINABLE */
81
82 /* Define to 1 if you have the ANSI C header files. */
83 #define STDC_HEADERS 1
84
85 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
86 /* #undef TM_IN_SYS_TIME */
87
88 /* Version number of package */
89 #define VERSION "2.5"
90
91 /* Define to empty if `const' does not conform to ANSI C. */
92 /* #undef const */
93
94 /* Define to `unsigned' if <sys/types.h> does not define. */
95 /* #undef size_t */
96
97 /* The size of a `time_t', as computed by sizeof. */
98 #define SIZEOF_TIME_T 8
99