1 | #ifndef _INCLUDE_CPPUNIT_CONFIG_AUTO_H |
---|
2 | #define _INCLUDE_CPPUNIT_CONFIG_AUTO_H 1 |
---|
3 | |
---|
4 | /* include/cppunit/config-auto.h. Generated automatically at end of configure. */ |
---|
5 | /* config/config.h. Generated from config.h.in by configure. */ |
---|
6 | /* config/config.h.in. Generated from configure.in by autoheader. */ |
---|
7 | |
---|
8 | /* define if library uses std::string::compare(string,pos,n) */ |
---|
9 | /* #undef CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRST */ |
---|
10 | |
---|
11 | /* define if the library defines strstream */ |
---|
12 | #ifndef CPPUNIT_HAVE_CLASS_STRSTREAM |
---|
13 | #define CPPUNIT_HAVE_CLASS_STRSTREAM 1 |
---|
14 | #endif |
---|
15 | |
---|
16 | /* Define to 1 if you have the <cmath> header file. */ |
---|
17 | #ifndef CPPUNIT_HAVE_CMATH |
---|
18 | #define CPPUNIT_HAVE_CMATH 1 |
---|
19 | #endif |
---|
20 | |
---|
21 | /* Define if you have the GNU dld library. */ |
---|
22 | /* #undef CPPUNIT_HAVE_DLD */ |
---|
23 | |
---|
24 | /* Define to 1 if you have the `dlerror' function. */ |
---|
25 | /* #undef CPPUNIT_HAVE_DLERROR */ |
---|
26 | |
---|
27 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
---|
28 | /* #undef CPPUNIT_HAVE_DLFCN_H */ |
---|
29 | |
---|
30 | /* Define to 1 if you have the `finite' function. */ |
---|
31 | #ifndef CPPUNIT_HAVE_FINITE |
---|
32 | #define CPPUNIT_HAVE_FINITE 1 |
---|
33 | #endif |
---|
34 | |
---|
35 | /* define if the compiler supports GCC C++ ABI name demangling */ |
---|
36 | #ifndef CPPUNIT_HAVE_GCC_ABI_DEMANGLE |
---|
37 | #define CPPUNIT_HAVE_GCC_ABI_DEMANGLE 1 |
---|
38 | #endif |
---|
39 | |
---|
40 | /* Define to 1 if you have the <inttypes.h> header file. */ |
---|
41 | #ifndef CPPUNIT_HAVE_INTTYPES_H |
---|
42 | #define CPPUNIT_HAVE_INTTYPES_H 1 |
---|
43 | #endif |
---|
44 | |
---|
45 | /* define if compiler has isfinite */ |
---|
46 | #ifndef CPPUNIT_HAVE_ISFINITE |
---|
47 | #define CPPUNIT_HAVE_ISFINITE 1 |
---|
48 | #endif |
---|
49 | |
---|
50 | /* Define if you have the libdl library or equivalent. */ |
---|
51 | /* #undef CPPUNIT_HAVE_LIBDL */ |
---|
52 | |
---|
53 | /* Define to 1 if you have the <memory.h> header file. */ |
---|
54 | #ifndef CPPUNIT_HAVE_MEMORY_H |
---|
55 | #define CPPUNIT_HAVE_MEMORY_H 1 |
---|
56 | #endif |
---|
57 | |
---|
58 | /* define to 1 if the compiler implements namespaces */ |
---|
59 | #ifndef CPPUNIT_HAVE_NAMESPACES |
---|
60 | #define CPPUNIT_HAVE_NAMESPACES 1 |
---|
61 | #endif |
---|
62 | |
---|
63 | /* define if the compiler supports Run-Time Type Identification */ |
---|
64 | #ifndef CPPUNIT_HAVE_RTTI |
---|
65 | #define CPPUNIT_HAVE_RTTI 1 |
---|
66 | #endif |
---|
67 | |
---|
68 | /* Define if you have the shl_load function. */ |
---|
69 | /* #undef CPPUNIT_HAVE_SHL_LOAD */ |
---|
70 | |
---|
71 | /* define if the compiler has stringstream */ |
---|
72 | #ifndef CPPUNIT_HAVE_SSTREAM |
---|
73 | #define CPPUNIT_HAVE_SSTREAM 1 |
---|
74 | #endif |
---|
75 | |
---|
76 | /* Define to 1 if you have the <stdint.h> header file. */ |
---|
77 | #ifndef CPPUNIT_HAVE_STDINT_H |
---|
78 | #define CPPUNIT_HAVE_STDINT_H 1 |
---|
79 | #endif |
---|
80 | |
---|
81 | /* Define to 1 if you have the <stdlib.h> header file. */ |
---|
82 | #ifndef CPPUNIT_HAVE_STDLIB_H |
---|
83 | #define CPPUNIT_HAVE_STDLIB_H 1 |
---|
84 | #endif |
---|
85 | |
---|
86 | /* Define to 1 if you have the <strings.h> header file. */ |
---|
87 | #ifndef CPPUNIT_HAVE_STRINGS_H |
---|
88 | #define CPPUNIT_HAVE_STRINGS_H 1 |
---|
89 | #endif |
---|
90 | |
---|
91 | /* Define to 1 if you have the <string.h> header file. */ |
---|
92 | #ifndef CPPUNIT_HAVE_STRING_H |
---|
93 | #define CPPUNIT_HAVE_STRING_H 1 |
---|
94 | #endif |
---|
95 | |
---|
96 | /* Define to 1 if you have the <strstream> header file. */ |
---|
97 | #ifndef CPPUNIT_HAVE_STRSTREAM |
---|
98 | #define CPPUNIT_HAVE_STRSTREAM 1 |
---|
99 | #endif |
---|
100 | |
---|
101 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
---|
102 | #ifndef CPPUNIT_HAVE_SYS_STAT_H |
---|
103 | #define CPPUNIT_HAVE_SYS_STAT_H 1 |
---|
104 | #endif |
---|
105 | |
---|
106 | /* Define to 1 if you have the <sys/types.h> header file. */ |
---|
107 | #ifndef CPPUNIT_HAVE_SYS_TYPES_H |
---|
108 | #define CPPUNIT_HAVE_SYS_TYPES_H 1 |
---|
109 | #endif |
---|
110 | |
---|
111 | /* Define to 1 if you have the <unistd.h> header file. */ |
---|
112 | #ifndef CPPUNIT_HAVE_UNISTD_H |
---|
113 | #define CPPUNIT_HAVE_UNISTD_H 1 |
---|
114 | #endif |
---|
115 | |
---|
116 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
---|
117 | */ |
---|
118 | #ifndef CPPUNIT_LT_OBJDIR |
---|
119 | #define CPPUNIT_LT_OBJDIR ".libs/" |
---|
120 | #endif |
---|
121 | |
---|
122 | /* Name of package */ |
---|
123 | #ifndef CPPUNIT_PACKAGE |
---|
124 | #define CPPUNIT_PACKAGE "cppunit" |
---|
125 | #endif |
---|
126 | |
---|
127 | /* Define to the address where bug reports for this package should be sent. */ |
---|
128 | #ifndef CPPUNIT_PACKAGE_BUGREPORT |
---|
129 | #define CPPUNIT_PACKAGE_BUGREPORT "" |
---|
130 | #endif |
---|
131 | |
---|
132 | /* Define to the full name of this package. */ |
---|
133 | #ifndef CPPUNIT_PACKAGE_NAME |
---|
134 | #define CPPUNIT_PACKAGE_NAME "" |
---|
135 | #endif |
---|
136 | |
---|
137 | /* Define to the full name and version of this package. */ |
---|
138 | #ifndef CPPUNIT_PACKAGE_STRING |
---|
139 | #define CPPUNIT_PACKAGE_STRING "" |
---|
140 | #endif |
---|
141 | |
---|
142 | /* Define to the one symbol short name of this package. */ |
---|
143 | #ifndef CPPUNIT_PACKAGE_TARNAME |
---|
144 | #define CPPUNIT_PACKAGE_TARNAME "" |
---|
145 | #endif |
---|
146 | |
---|
147 | /* Define to the home page for this package. */ |
---|
148 | #ifndef CPPUNIT_PACKAGE_URL |
---|
149 | #define CPPUNIT_PACKAGE_URL "" |
---|
150 | #endif |
---|
151 | |
---|
152 | /* Define to the version of this package. */ |
---|
153 | #ifndef CPPUNIT_PACKAGE_VERSION |
---|
154 | #define CPPUNIT_PACKAGE_VERSION "" |
---|
155 | #endif |
---|
156 | |
---|
157 | /* Define to 1 if you have the ANSI C header files. */ |
---|
158 | #ifndef CPPUNIT_STDC_HEADERS |
---|
159 | #define CPPUNIT_STDC_HEADERS 1 |
---|
160 | #endif |
---|
161 | |
---|
162 | /* Define to 1 to use type_info::name() for class names */ |
---|
163 | #ifndef CPPUNIT_USE_TYPEINFO_NAME |
---|
164 | #define CPPUNIT_USE_TYPEINFO_NAME CPPUNIT_HAVE_RTTI |
---|
165 | #endif |
---|
166 | |
---|
167 | /* Version number of package */ |
---|
168 | #ifndef CPPUNIT_VERSION |
---|
169 | #define CPPUNIT_VERSION "1.12.1" |
---|
170 | #endif |
---|
171 | |
---|
172 | /* _INCLUDE_CPPUNIT_CONFIG_AUTO_H */ |
---|
173 | #endif |
---|