https://issues.shibboleth.net/jira/browse/SSPCPP-212
[shibboleth/cpp-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 `ctime_r' function. */
23 /* #undef HAVE_CTIME_R */
24
25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #define HAVE_INTTYPES_H 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 HAVE_LOG4SHIB 1
33
34 /* Define if log4cpp library is used. */
35 /* #undef HAVE_LOG4CPP */
36
37 /* Define to 1 if you have the <memory.h> header file. */
38 #define HAVE_MEMORY_H 1
39
40 /* define if the compiler implements namespaces */
41 #define HAVE_NAMESPACES 1
42
43 /* Define if you have POSIX threads libraries and header files. */
44 /* #undef HAVE_PTHREAD */
45
46 /* Define to 1 if you have the <stdint.h> header file. */
47 /* #undef HAVE_STDINT_H */
48
49 /* Define to 1 if you have the <stdlib.h> header file. */
50 #define HAVE_STDLIB_H 1
51
52 /* Define to 1 if you have the `strcasecmp' function. */
53 /* #undef HAVE_STRCASECMP */
54
55 /* Define to 1 if you have the `strchr' function. */
56 #define HAVE_STRCHR 1
57
58 /* Define to 1 if you have the `strdup' function. */
59 #define HAVE_STRDUP 1
60
61 /* Define to 1 if you have the `strftime' function. */
62 #define HAVE_STRFTIME 1
63
64 /* Define to 1 if you have the <strings.h> header file. */
65 #define HAVE_STRINGS_H 1
66
67 /* Define to 1 if you have the <string.h> header file. */
68 #define HAVE_STRING_H 1
69
70 /* Define to 1 if you have the `strstr' function. */
71 #define HAVE_STRSTR 1
72
73 /* Define to 1 if you have the `strtok_r' function. */
74 /* #undef HAVE_STRTOK_R */
75
76 /* Define to 1 if the system has the type `struct rpcent'. */
77 /* #undef HAVE_STRUCT_RPCENT */
78
79 /* Define to 1 if you have the `strerror_r' function. */
80 /* #undef HAVE_STRERROR_R */
81
82 /* Define to 1 if you have the <sys/stat.h> header file. */
83 #define HAVE_SYS_STAT_H 1
84
85 /* Define to 1 if you have the <sys/types.h> header file. */
86 #define HAVE_SYS_TYPES_H 1
87
88 /* Define to 1 if you have the <unistd.h> header file. */
89 /* #undef HAVE_UNISTD_H */
90
91 /* Define if RPC SVC macros work on this platform */
92 #define HAVE_WORKING_SVC_DESTROY 1
93
94 /* Name of package */
95 #define PACKAGE "shibboleth"
96
97 /* Define to the address where bug reports for this package should be sent. */
98 #define PACKAGE_BUGREPORT "shibboleth-users@internet2.edu"
99
100 /* Define to the full name of this package. */
101 #define PACKAGE_NAME "shibboleth"
102
103 /* Define to the full name and version of this package. */
104 #define PACKAGE_STRING "shibboleth 1.3.1"
105
106 /* Define to the one symbol short name of this package. */
107 #define PACKAGE_TARNAME "shibboleth"
108
109 /* Define to the version of this package. */
110 #define PACKAGE_VERSION "1.3.1"
111
112 /* Define to the necessary symbol if this constant uses a non-standard name on
113    your system. */
114 /* #undef PTHREAD_CREATE_JOINABLE */
115
116 /* Define to 1 if you have the ANSI C header files. */
117 #define STDC_HEADERS 1
118
119 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
120 /* #undef TM_IN_SYS_TIME */
121
122 /* Define if using embedded version of ONC RPC. */
123 #define USE_OUR_ONCRPC 1
124
125 /* Version number of package */
126 #define VERSION "1.3.1"
127
128 /* Define to empty if `const' does not conform to ANSI C. */
129 /* #undef const */
130
131 /* Define to `unsigned' if <sys/types.h> does not define. */
132 /* #undef size_t */