Clean up defines, and add dlfunc check.
[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 if log4cpp library was found */\r
19 #define HAVE_LIBLOG4CPP 1\r
20 \r
21 /* Define if Xerces-C library was found */\r
22 #define HAVE_LIBXERCESC 1\r
23 \r
24 /* Define to 1 if you have the <memory.h> header file. */\r
25 #define HAVE_MEMORY_H 1\r
26 \r
27 /* define if the compiler implements namespaces */\r
28 #define HAVE_NAMESPACES 1\r
29 \r
30 /* Define to 1 if you have the <stdint.h> header file. */\r
31 /* #undef HAVE_STDINT_H */\r
32 \r
33 /* Define to 1 if you have the <stdlib.h> header file. */\r
34 #define HAVE_STDLIB_H 1\r
35 \r
36 /* Define to 1 if you have the `strchr' function. */\r
37 #define HAVE_STRCHR 1\r
38 \r
39 /* Define to 1 if you have the `strdup' function. */\r
40 #define HAVE_STRDUP 1\r
41 \r
42 /* Define to 1 if you have the <strings.h> header file.\r
43 #define HAVE_STRINGS_H 1\r
44 */\r
45 \r
46 /* Define to 1 if you have the <string.h> header file. */\r
47 #define HAVE_STRING_H 1\r
48 \r
49 /* Define to 1 if you have the `strstr' function. */\r
50 #define HAVE_STRSTR 1\r
51 \r
52 /* Define to 1 if you have the <sys/stat.h> header file. */\r
53 #define HAVE_SYS_STAT_H 1\r
54 \r
55 /* Define to 1 if you have the <sys/types.h> header file. */\r
56 #define HAVE_SYS_TYPES_H 1\r
57 \r
58 /* Define to 1 if you have the <unistd.h> header file.\r
59 #define HAVE_UNISTD_H 1\r
60 */\r
61 \r
62 /* Name of package */\r
63 #define PACKAGE "xmltooling"\r
64 \r
65 /* Define to the address where bug reports for this package should be sent. */\r
66 #define PACKAGE_BUGREPORT "mace-opensaml-users@internet2.edu"\r
67 \r
68 /* Define to the full name of this package. */\r
69 #define PACKAGE_NAME "xmltooling"\r
70 \r
71 /* Define to the full name and version of this package. */\r
72 #define PACKAGE_STRING "xmltooling 1.0"\r
73 \r
74 /* Define to the one symbol short name of this package. */\r
75 #define PACKAGE_TARNAME "xmltooling"\r
76 \r
77 /* Define to the version of this package. */\r
78 #define PACKAGE_VERSION "1.0"\r
79 \r
80 /* Define to the necessary symbol if this constant uses a non-standard name on\r
81    your system. */\r
82 /* #undef PTHREAD_CREATE_JOINABLE */\r
83 \r
84 /* Define to 1 if you have the ANSI C header files. */\r
85 #define STDC_HEADERS 1\r
86 \r
87 /* Define to 1 if your <sys/time.h> declares `struct tm'. */\r
88 /* #undef TM_IN_SYS_TIME */\r
89 \r
90 /* Version number of package */\r
91 #define VERSION "1.0"\r
92 \r
93 /* Define if you wish to disable XML-Security-dependent features. */\r
94 /* #undef XMLTOOLING_NO_XMLSEC */\r
95 \r
96 /* Define to empty if `const' does not conform to ANSI C. */\r
97 /* #undef const */\r
98 \r
99 /* Define to `unsigned' if <sys/types.h> does not define. */\r
100 /* #undef size_t */\r