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