Initial check-in
[shibboleth/cpp-xmltooling.git] / config_win32.h
1 /* config_win32.h.  Copied from a ./configure on Unix */\r
2 \r
3 /* Define to 1 if you have the <dlfcn.h> header file.\r
4 #define HAVE_DLFCN_H 1\r
5 */\r
6 \r
7 /* Define to 1 if you have the `gmtime_r' function. */\r
8 /* #undef HAVE_GMTIME_R */\r
9 \r
10 /* Define if you have an STL implementation that supports useful string\r
11    specialization. */\r
12 #define HAVE_GOOD_STL 1\r
13 \r
14 /* Define to 1 if you have the <inttypes.h> header file.\r
15 #define HAVE_INTTYPES_H 1\r
16 */\r
17 \r
18 /* Define to 1 if you have the `crypto' library (-lcrypto). */\r
19 #define HAVE_LIBCRYPTO 1\r
20 \r
21 /* Define to 1 if you have the `curl' library (-lcurl). */\r
22 #define HAVE_LIBCURL 1\r
23 \r
24 /* Define if log4cpp library was found */\r
25 #define HAVE_LIBLOG4CPP 1\r
26 \r
27 /* Define to 1 if you have the `ssl' library (-lssl). */\r
28 #define HAVE_LIBSSL 1\r
29 \r
30 /* Define if Xerces-C library was found */\r
31 #define HAVE_LIBXERCESC 1\r
32 \r
33 /* Define to 1 if you have the <memory.h> header file. */\r
34 #define HAVE_MEMORY_H 1\r
35 \r
36 /* define if the compiler implements namespaces */\r
37 #define HAVE_NAMESPACES 1\r
38 \r
39 /* Define if you have POSIX threads libraries and header files.\r
40 #define HAVE_PTHREAD 1\r
41 */\r
42 \r
43 /* Define to 1 if you have the <stdint.h> header file. */\r
44 /* #undef HAVE_STDINT_H */\r
45 \r
46 /* Define to 1 if you have the <stdlib.h> header file. */\r
47 #define HAVE_STDLIB_H 1\r
48 \r
49 /* Define to 1 if you have the `strchr' function. */\r
50 #define HAVE_STRCHR 1\r
51 \r
52 /* Define to 1 if you have the `strdup' function. */\r
53 #define HAVE_STRDUP 1\r
54 \r
55 /* Define to 1 if you have the `strftime' function. */\r
56 /* #undef HAVE_STRFTIME */\r
57 \r
58 /* Define to 1 if you have the <strings.h> header file.\r
59 #define HAVE_STRINGS_H 1\r
60 */\r
61 \r
62 /* Define to 1 if you have the <string.h> header file. */\r
63 #define HAVE_STRING_H 1\r
64 \r
65 /* Define to 1 if you have the `strstr' function. */\r
66 #define HAVE_STRSTR 1\r
67 \r
68 /* Define to 1 if you have the <sys/stat.h> header file. */\r
69 #define HAVE_SYS_STAT_H 1\r
70 \r
71 /* Define to 1 if you have the <sys/types.h> header file. */\r
72 #define HAVE_SYS_TYPES_H 1\r
73 \r
74 /* Define to 1 if you have the <unistd.h> header file.\r
75 #define HAVE_UNISTD_H 1\r
76 */\r
77 \r
78 /* Name of package */\r
79 #define PACKAGE "xmltooling"\r
80 \r
81 /* Define to the address where bug reports for this package should be sent. */\r
82 #define PACKAGE_BUGREPORT "mace-opensaml-users@internet2.edu"\r
83 \r
84 /* Define to the full name of this package. */\r
85 #define PACKAGE_NAME "xmltooling"\r
86 \r
87 /* Define to the full name and version of this package. */\r
88 #define PACKAGE_STRING "xmltooling 1.0"\r
89 \r
90 /* Define to the one symbol short name of this package. */\r
91 #define PACKAGE_TARNAME "xmltooling"\r
92 \r
93 /* Define to the version of this package. */\r
94 #define PACKAGE_VERSION "1.0"\r
95 \r
96 /* Define to the necessary symbol if this constant uses a non-standard name on\r
97    your system. */\r
98 /* #undef PTHREAD_CREATE_JOINABLE */\r
99 \r
100 /* Define to 1 if you have the ANSI C header files. */\r
101 #define STDC_HEADERS 1\r
102 \r
103 /* Define to 1 if your <sys/time.h> declares `struct tm'. */\r
104 /* #undef TM_IN_SYS_TIME */\r
105 \r
106 /* Version number of package */\r
107 #define VERSION "1.0"\r
108 \r
109 /* Define to empty if `const' does not conform to ANSI C. */\r
110 /* #undef const */\r
111 \r
112 /* Define to `unsigned' if <sys/types.h> does not define. */\r
113 /* #undef size_t */\r