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