Make shared libraries for libshibsp5 not libshibsp4
[shibboleth/sp.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if ctime_r is present with 2 parameters. */
4 #undef HAVE_CTIME_R_2
5
6 /* Define if ctime_r is present with 3 parameters. */
7 #undef HAVE_CTIME_R_3
8
9 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
10    don't. */
11 #undef HAVE_DECL_STRERROR_R
12
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #undef HAVE_DLFCN_H
15
16 /* Define to 1 if you have the `gmtime_r' function. */
17 #undef HAVE_GMTIME_R
18
19 /* Define to 1 if you have the <inttypes.h> header file. */
20 #undef HAVE_INTTYPES_H
21
22 /* Define if Xerces-C library was found */
23 #undef HAVE_LIBXERCESC
24
25 /* Define to 1 if you have the <memory.h> header file. */
26 #undef HAVE_MEMORY_H
27
28 /* define if the compiler implements namespaces */
29 #undef HAVE_NAMESPACES
30
31 /* Define if you have POSIX threads libraries and header files. */
32 #undef HAVE_PTHREAD
33
34 /* Define if saml library was found */
35 #undef HAVE_SAML
36
37 /* Define to 1 if you have the <stdint.h> header file. */
38 #undef HAVE_STDINT_H
39
40 /* Define to 1 if you have the <stdlib.h> header file. */
41 #undef HAVE_STDLIB_H
42
43 /* Define to 1 if you have the `strcasecmp' function. */
44 #undef HAVE_STRCASECMP
45
46 /* Define to 1 if you have the `strchr' function. */
47 #undef HAVE_STRCHR
48
49 /* Define to 1 if you have the `strdup' function. */
50 #undef HAVE_STRDUP
51
52 /* Define to 1 if you have the `strerror_r' function. */
53 #undef HAVE_STRERROR_R
54
55 /* Define to 1 if you have the `strftime' function. */
56 #undef HAVE_STRFTIME
57
58 /* Define to 1 if you have the <strings.h> header file. */
59 #undef HAVE_STRINGS_H
60
61 /* Define to 1 if you have the <string.h> header file. */
62 #undef HAVE_STRING_H
63
64 /* Define to 1 if you have the `strstr' function. */
65 #undef HAVE_STRSTR
66
67 /* Define to 1 if you have the `strtok_r' function. */
68 #undef HAVE_STRTOK_R
69
70 /* Define to 1 if you have the <sys/stat.h> header file. */
71 #undef HAVE_SYS_STAT_H
72
73 /* Define to 1 if you have the <sys/types.h> header file. */
74 #undef HAVE_SYS_TYPES_H
75
76 /* Define to 1 if you have the `timegm' function. */
77 #undef HAVE_TIMEGM
78
79 /* Define to 1 if you have the <unistd.h> header file. */
80 #undef HAVE_UNISTD_H
81
82 /* Define if xmltooling library was found */
83 #undef HAVE_XMLTOOLING
84
85 /* Define to the sub-directory in which libtool stores uninstalled libraries.
86    */
87 #undef LT_OBJDIR
88
89 /* Name of package */
90 #undef PACKAGE
91
92 /* Define to the address where bug reports for this package should be sent. */
93 #undef PACKAGE_BUGREPORT
94
95 /* Define to the full name of this package. */
96 #undef PACKAGE_NAME
97
98 /* Define to the full name and version of this package. */
99 #undef PACKAGE_STRING
100
101 /* Define to the one symbol short name of this package. */
102 #undef PACKAGE_TARNAME
103
104 /* Define to the home page for this package. */
105 #undef PACKAGE_URL
106
107 /* Define to the version of this package. */
108 #undef PACKAGE_VERSION
109
110 /* Define to necessary symbol if this constant uses a non-standard name on
111    your system. */
112 #undef PTHREAD_CREATE_JOINABLE
113
114 /* Define if log4cpp library is used. */
115 #undef SHIBSP_LOG4CPP
116
117 /* Define if log4shib library is used. */
118 #undef SHIBSP_LOG4SHIB
119
120 /* Define to 1 if Xerces XMLString includes XMLByte release. */
121 #undef SHIBSP_XERCESC_HAS_XMLBYTE_RELEASE
122
123 /* Define to 1 if Xerces DOMNodeFilter API returns a short. */
124 #undef SHIBSP_XERCESC_SHORT_ACCEPTNODE
125
126 /* Define to 1 if XML-Security-C supports white/blacklisting algorithms. */
127 #undef SHIBSP_XMLSEC_WHITELISTING
128
129 /* Define to 1 if you have the ANSI C header files. */
130 #undef STDC_HEADERS
131
132 /* Define to 1 if strerror_r returns char *. */
133 #undef STRERROR_R_CHAR_P
134
135 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
136 #undef TM_IN_SYS_TIME
137
138 /* Version number of package */
139 #undef VERSION
140
141 /* Define to empty if `const' does not conform to ANSI C. */
142 #undef const
143
144 /* Define to `unsigned int' if <sys/types.h> does not define. */
145 #undef size_t