Fix backslashes in SHIBSP_PREFIX variable by manually creating it during the script...
[shibboleth/sp.git] / config_win32.h
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
5    don't. */
6 #define HAVE_DECL_STRERROR_R 0
7
8 /* Define to 1 if you have the declaration of `svcfd_create', and to 0 if you
9    don't. */
10 #define HAVE_DECL_SVCFD_CREATE 1
11
12 /* Define to 1 if you have the declaration of `sys_errlist', and to 0 if you
13    don't. */
14 /* #undef HAVE_DECL_SYS_ERRLIST */
15
16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 /* #undef HAVE_DLFCN_H */
18
19 /* Define to 1 if you have the `gmtime_r' function. */
20 /* #undef HAVE_GMTIME_R */
21
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #define HAVE_INTTYPES_H 1
24
25 /* Define to 1 if you have the `crypto' library (-lcrypto). */
26 #define HAVE_LIBCRYPTO 1
27
28 /* Define to 1 if you have the `dmallocxx' library (-ldmallocxx). */
29 /* #undef HAVE_LIBDMALLOCXX */
30
31 /* Define if log4shib library is used. */
32 #define SHIBSP_LOG4SHIB 1
33
34 /* Define if log4cpp library is used. */
35 /* #undef SHIBSP_LOG4CPP */
36
37 /* Define to 1 if you have the `ssl' library (-lssl). */
38 #define HAVE_LIBSSL 1
39
40 /* Define if Xerces-C library was found */
41 #define HAVE_LIBXERCESC 1
42
43 /* Define to 1 if you have the <memory.h> header file. */
44 #define HAVE_MEMORY_H 1
45
46 /* define if the compiler implements namespaces */
47 #define HAVE_NAMESPACES 1
48
49 /* Define if you have POSIX threads libraries and header files. */
50 /* #undef HAVE_PTHREAD */
51
52 /* Define if saml library was found */
53 #define HAVE_SAML 1
54
55 /* Define to 1 if you have the <stdint.h> header file. */
56 /* #undef HAVE_STDINT_H */
57
58 /* Define to 1 if you have the <stdlib.h> header file. */
59 #define HAVE_STDLIB_H 1
60
61 /* Define to 1 if you have the `strcasecmp' function. */
62 /* #undef HAVE_STRCASECMP */
63
64 /* Define to 1 if you have the `strchr' function. */
65 #define HAVE_STRCHR 1
66
67 /* Define to 1 if you have the `strdup' function. */
68 #define HAVE_STRDUP 1
69
70 /* Define to 1 if you have the `strftime' function. */
71 #define HAVE_STRFTIME 1
72
73 /* Define to 1 if you have the <strings.h> header file. */
74 #define HAVE_STRINGS_H 1
75
76 /* Define to 1 if you have the <string.h> header file. */
77 #define HAVE_STRING_H 1
78
79 /* Define to 1 if you have the `strstr' function. */
80 #define HAVE_STRSTR 1
81
82 /* Define to 1 if you have the `strtok_r' function. */
83 /* #undef HAVE_STRTOK_R */
84
85 /* Define to 1 if the system has the type `struct rpcent'. */
86 /* #undef HAVE_STRUCT_RPCENT */
87
88 /* Define to 1 if you have the `strerror_r' function. */
89 /* #undef HAVE_STRERROR_R */
90
91 /* Define to 1 if you have the <sys/stat.h> header file. */
92 #define HAVE_SYS_STAT_H 1
93
94 /* Define to 1 if you have the <sys/types.h> header file. */
95 #define HAVE_SYS_TYPES_H 1
96
97 /* Define to 1 if you have the `timegm' function. */
98 /* #undef HAVE_TIMEGM */
99
100 /* Define to 1 if you have the <unistd.h> header file. */
101 /* #undef HAVE_UNISTD_H */
102
103 /* Name of package */
104 #define PACKAGE "shibboleth"
105
106 /* Define to the address where bug reports for this package should be sent. */
107 #define PACKAGE_BUGREPORT "shibboleth-users@internet2.edu"
108
109 /* Define to the full name of this package. */
110 #define PACKAGE_NAME "shibboleth"
111
112 /* Define to the full name and version of this package. */
113 #define PACKAGE_STRING "shibboleth 2.0"
114
115 /* Define to the one symbol short name of this package. */
116 #define PACKAGE_TARNAME "shibboleth"
117
118 /* Define to the version of this package. */
119 #define PACKAGE_VERSION "2.0"
120
121 /* Define to the necessary symbol if this constant uses a non-standard name on
122    your system. */
123 /* #undef PTHREAD_CREATE_JOINABLE */
124
125 /* Define to 1 if you have the ANSI C header files. */
126 #define STDC_HEADERS 1
127
128 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
129 /* #undef TM_IN_SYS_TIME */
130
131 /* Version number of package */
132 #define VERSION "2.0"
133
134 /* Define to empty if `const' does not conform to ANSI C. */
135 /* #undef const */
136
137 /* Define to `unsigned' if <sys/types.h> does not define. */
138 /* #undef size_t */