Use shibboleth-sp as package name for compatibility.
[shibboleth/cpp-sp.git] / config_win32.h
1 /**
2  * Licensed to the University Corporation for Advanced Internet
3  * Development, Inc. (UCAID) under one or more contributor license
4  * agreements. See the NOTICE file distributed with this work for
5  * additional information regarding copyright ownership.
6  *
7  * UCAID licenses this file to you under the Apache License,
8  * Version 2.0 (the "License"); you may not use this file except
9  * in compliance with the License. You may obtain a copy of the
10  * License at
11  *
12  * http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing,
15  * software distributed under the License is distributed on an
16  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
17  * either express or implied. See the License for the specific
18  * language governing permissions and limitations under the License.
19  */
20
21 /* config.h.  Generated by configure.  */
22 /* config.h.in.  Generated from configure.ac by autoheader.  */
23
24 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
25    don't. */
26 #define HAVE_DECL_STRERROR_R 0
27
28 /* Define to 1 if you have the declaration of `svcfd_create', and to 0 if you
29    don't. */
30 #define HAVE_DECL_SVCFD_CREATE 1
31
32 /* Define to 1 if you have the declaration of `sys_errlist', and to 0 if you
33    don't. */
34 /* #undef HAVE_DECL_SYS_ERRLIST */
35
36 /* Define to 1 if you have the <dlfcn.h> header file. */
37 /* #undef HAVE_DLFCN_H */
38
39 /* Define to 1 if you have the `gmtime_r' function. */
40 /* #undef HAVE_GMTIME_R */
41
42 /* Define to 1 if you have the <inttypes.h> header file. */
43 #define HAVE_INTTYPES_H 1
44
45 /* Define to 1 if you have the `dmallocxx' library (-ldmallocxx). */
46 /* #undef HAVE_LIBDMALLOCXX */
47
48 /* Define if log4shib library is used. */
49 #define SHIBSP_LOG4SHIB 1
50
51 /* Define if log4cpp library is used. */
52 /* #undef SHIBSP_LOG4CPP */
53
54 #include <xercesc/util/XercesVersion.hpp>
55
56 #if (XERCES_VERSION_MAJOR < 3)
57 # define SHIBSP_XERCESC_HAS_XMLBYTE_RELEASE 1
58 # define SHIBSP_XERCESC_SHORT_ACCEPTNODE 1
59 #endif
60
61 /* Define to 1 if you have the <memory.h> header file. */
62 #define HAVE_MEMORY_H 1
63
64 /* define if the compiler implements namespaces */
65 #define HAVE_NAMESPACES 1
66
67 /* Define if you have POSIX threads libraries and header files. */
68 /* #undef HAVE_PTHREAD */
69
70 #ifndef SHIBSP_LITE
71 # include <xsec/framework/XSECDefs.hpp>
72 # if (_XSEC_VERSION_FULL >= 10600)
73 #  define SHIBSP_XMLSEC_WHITELISTING 1
74 # endif
75 #endif
76
77 /* Define to 1 if you have the <stdint.h> header file. */
78 /* #undef HAVE_STDINT_H */
79
80 /* Define to 1 if you have the <stdlib.h> header file. */
81 #define HAVE_STDLIB_H 1
82
83 /* Define to 1 if you have the `strcasecmp' function. */
84 /* #undef HAVE_STRCASECMP */
85
86 /* Define to 1 if you have the `strchr' function. */
87 #define HAVE_STRCHR 1
88
89 /* Define to 1 if you have the `strdup' function. */
90 #define HAVE_STRDUP 1
91
92 /* Define to 1 if you have the `strftime' function. */
93 #define HAVE_STRFTIME 1
94
95 /* Define to 1 if you have the <strings.h> header file. */
96 #define HAVE_STRINGS_H 1
97
98 /* Define to 1 if you have the <string.h> header file. */
99 #define HAVE_STRING_H 1
100
101 /* Define to 1 if you have the `strstr' function. */
102 #define HAVE_STRSTR 1
103
104 /* Define to 1 if you have the `strtok_r' function. */
105 /* #undef HAVE_STRTOK_R */
106
107 /* Define to 1 if the system has the type `struct rpcent'. */
108 /* #undef HAVE_STRUCT_RPCENT */
109
110 /* Define to 1 if you have the `strerror_r' function. */
111 /* #undef HAVE_STRERROR_R */
112
113 /* Define to 1 if you have the <sys/stat.h> header file. */
114 #define HAVE_SYS_STAT_H 1
115
116 /* Define to 1 if you have the <sys/types.h> header file. */
117 #define HAVE_SYS_TYPES_H 1
118
119 /* Define to 1 if you have the `timegm' function. */
120 /* #undef HAVE_TIMEGM */
121
122 /* Define to 1 if you have the <unistd.h> header file. */
123 /* #undef HAVE_UNISTD_H */
124
125 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
126 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
127
128 /* Name of package */
129 #define PACKAGE "shibboleth"
130
131 /* Define to the address where bug reports for this package should be sent. */
132 #define PACKAGE_BUGREPORT "https://issues.shibboleth.net/"
133
134 /* Define to the full name of this package. */
135 #define PACKAGE_NAME "shibboleth"
136
137 /* Define to the full name and version of this package. */
138 #define PACKAGE_STRING "shibboleth 2.5.6"
139
140 /* Define to the one symbol short name of this package. */
141 #define PACKAGE_TARNAME "shibboleth-sp"
142
143 /* Define to the version of this package. */
144 #define PACKAGE_VERSION "2.5.6"
145
146 /* Define to the necessary symbol if this constant uses a non-standard name on
147    your system. */
148 /* #undef PTHREAD_CREATE_JOINABLE */
149
150 /* Define to 1 if you have the ANSI C header files. */
151 #define STDC_HEADERS 1
152
153 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
154 /* #undef TM_IN_SYS_TIME */
155
156 /* Version number of package */
157 #define VERSION "2.5.6"
158
159 /* Define to empty if `const' does not conform to ANSI C. */
160 /* #undef const */
161
162 /* Define to `unsigned' if <sys/types.h> does not define. */
163 /* #undef size_t */