Add mising %files to spec file.
[shibboleth/cpp-sp-resolver.git] / config_win32.h
1 /* config_win32.h.  Copied from a ./configure on Unix */
2
3 /* Define if C++ compiler supports covariant virtual methods. */
4 #define HAVE_COVARIANT_RETURNS 1
5
6 /* Define to 1 if C++ compiler supports nullptr keyword. */
7 #if _MSC_VER >= 1600
8 # define HAVE_NULLPTR 1
9 #endif
10
11 /* Define to 1 if you have the <dlfcn.h> header file. */
12 /* #undef HAVE_DLFCN_H */
13
14 /* Define to 1 if you have the `gmtime_r' function. */
15 /* #undef HAVE_GMTIME_R */
16
17 /* Define to 1 if you have the <inttypes.h> header file. */
18 #define HAVE_INTTYPES_H 1
19
20 /* Define to 1 if you have the `dmallocxx' library (-ldmallocxx). */
21 /* #undef HAVE_LIBDMALLOCXX */
22
23 /* Define if log4shib library is used. */
24 #define SHIBRESOLVER_LOG4SHIB 1
25
26 /* Define if log4cpp library is used. */
27 /* #undef SHIBRESOLVER_LOG4CPP */
28
29 /* Define to 1 if you have the <memory.h> header file. */
30 #define HAVE_MEMORY_H 1
31
32 /* define if the compiler implements namespaces */
33 #define HAVE_NAMESPACES 1
34
35 /* Define if you have POSIX threads libraries and header files. */
36 /* #undef HAVE_PTHREAD */
37
38 /* Define to 1 if Shibboleth SP supports non-plugin remoting. */
39 #define SHIBRESOLVER_SHIBSP_HAS_REMOTING 1
40
41 /* Define to 1 if you have the <stdint.h> header file. */
42 /* #undef HAVE_STDINT_H */
43
44 /* Define to 1 if you have the <stdlib.h> header file. */
45 #define HAVE_STDLIB_H 1
46
47 /* Define to 1 if you have the `strcasecmp' function. */
48 /* #undef HAVE_STRCASECMP */
49
50 /* Define to 1 if you have the <sys/stat.h> header file. */
51 #define HAVE_SYS_STAT_H 1
52
53 /* Define to 1 if you have the <sys/types.h> header file. */
54 #define HAVE_SYS_TYPES_H 1
55
56 /* Define to 1 if you have the <unistd.h> header file. */
57 /* #undef HAVE_UNISTD_H */
58
59 /* Name of package */
60 #define PACKAGE "shibboleth-resolver"
61
62 /* Define to the address where bug reports for this package should be sent. */
63 #define PACKAGE_BUGREPORT "shibboleth-users@internet2.edu"
64
65 /* Define to the full name of this package. */
66 #define PACKAGE_NAME "shibboleth-resolver"
67
68 /* Define to the full name and version of this package. */
69 #define PACKAGE_STRING "shibboleth-resolver 0.2"
70
71 /* Define to the one symbol short name of this package. */
72 #define PACKAGE_TARNAME "shibboleth-resolver"
73
74 /* Define to the version of this package. */
75 #define PACKAGE_VERSION "0.2"
76
77 /* Define to the necessary symbol if this constant uses a non-standard name on
78    your system. */
79 /* #undef PTHREAD_CREATE_JOINABLE */
80
81 /* Define to 1 if you have the ANSI C header files. */
82 #define STDC_HEADERS 1
83
84 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
85 /* #undef TM_IN_SYS_TIME */
86
87 /* Version number of package */
88 #define VERSION "0.2"
89
90 /* Define to empty if `const' does not conform to ANSI C. */
91 /* #undef const */
92
93 /* Define to `unsigned' if <sys/types.h> does not define. */
94 /* #undef size_t */