1 |
gezelter |
782 |
#define OOPSE_VERSION_MAJOR 3 |
2 |
gezelter |
860 |
#define OOPSE_VERSION_MINOR 0 |
3 |
gezelter |
871 |
#define OOPSE_VERSION_TINY 1 |
4 |
gezelter |
860 |
/* The version of Open Babel */ |
5 |
|
|
#define BABEL_VERSION "2.0.0rc1" |
6 |
gezelter |
752 |
#define MK_STR(s) # s |
7 |
|
|
#define STR_DEFINE(t, s) t = MK_STR(s) |
8 |
gezelter |
860 |
/* The file extension used for shared modules */ |
9 |
|
|
#undef MODULE_EXTENSION |
10 |
gezelter |
752 |
|
11 |
gezelter |
860 |
/* The CGAL version number. */ |
12 |
|
|
#undef CGAL_VERSION |
13 |
|
|
|
14 |
|
|
/* Define to dummy `main' function (if any) required to link to the Fortran |
15 |
|
|
libraries. */ |
16 |
|
|
#undef FC_DUMMY_MAIN |
17 |
|
|
|
18 |
|
|
/* Define if F77 and FC dummy `main' functions are identical. */ |
19 |
|
|
#undef FC_DUMMY_MAIN_EQ_F77 |
20 |
|
|
|
21 |
gezelter |
2 |
/* Define to a macro mangling the given C identifier (in lower and upper |
22 |
gezelter |
860 |
case), which must not contain underscores, for linking with Fortran. */ |
23 |
gezelter |
848 |
#undef FC_FUNC |
24 |
gezelter |
2 |
|
25 |
gezelter |
860 |
/* As FC_FUNC, but for C identifiers containing underscores. */ |
26 |
gezelter |
848 |
#undef FC_FUNC_ |
27 |
gezelter |
2 |
|
28 |
gezelter |
860 |
/* define if fstream::open() accepts third parameter. */ |
29 |
|
|
#undef FSTREAM_OPEN_PROT |
30 |
gezelter |
2 |
|
31 |
gezelter |
860 |
/* Is defined if the CGAL library is available. */ |
32 |
chuckv |
495 |
#undef HAVE_CGAL |
33 |
gezelter |
340 |
|
34 |
gezelter |
752 |
/* Define to 1 if the system has the type `clock_t'. */ |
35 |
|
|
#undef HAVE_CLOCK_T |
36 |
|
|
|
37 |
gezelter |
860 |
/* Define to 1 if you have the <cmath> header file. */ |
38 |
|
|
#undef HAVE_CMATH |
39 |
|
|
|
40 |
gezelter |
752 |
/* Define to 1 if you have the <conio.h> header file. */ |
41 |
|
|
#undef HAVE_CONIO_H |
42 |
|
|
|
43 |
|
|
/* Define to 1 if you have the <ctype.h> header file. */ |
44 |
|
|
#undef HAVE_CTYPE_H |
45 |
|
|
|
46 |
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */ |
47 |
|
|
#undef HAVE_DLFCN_H |
48 |
|
|
|
49 |
gezelter |
957 |
/* define if fftw3.h exists */ |
50 |
|
|
#undef HAVE_FFTW3_H |
51 |
gezelter |
956 |
|
52 |
gezelter |
957 |
/* define if fftw.h exists */ |
53 |
|
|
#undef HAVE_FFTW_H |
54 |
gezelter |
956 |
|
55 |
gezelter |
957 |
/* define if dfftw.h exists */ |
56 |
|
|
#undef HAVE_DFFTW_H |
57 |
gezelter |
956 |
|
58 |
gezelter |
860 |
/* Define to 1 if you have the `floor' function. */ |
59 |
|
|
#undef HAVE_FLOOR |
60 |
|
|
|
61 |
gezelter |
752 |
/* Define to 1 if you have the <fstream> header file. */ |
62 |
|
|
#undef HAVE_FSTREAM |
63 |
|
|
|
64 |
gezelter |
860 |
/* define if we have fstream::attach(). */ |
65 |
|
|
#undef HAVE_FSTREAM_ATTACH |
66 |
|
|
|
67 |
gezelter |
752 |
/* Define to 1 if you have the <fstream.h> header file. */ |
68 |
|
|
#undef HAVE_FSTREAM_H |
69 |
|
|
|
70 |
gezelter |
860 |
/* define if we have fstream::open(). */ |
71 |
|
|
#undef HAVE_FSTREAM_OPEN |
72 |
gezelter |
752 |
|
73 |
gezelter |
860 |
/* Define to 1 if you have the <getopt.h> header file. */ |
74 |
|
|
#undef HAVE_GETOPT_H |
75 |
|
|
|
76 |
|
|
/* Define to 1 if you have the `getopt_long' function. */ |
77 |
|
|
#undef HAVE_GETOPT_LONG |
78 |
|
|
|
79 |
|
|
/* Define to 1 if you have the `getpagesize' function. */ |
80 |
|
|
#undef HAVE_GETPAGESIZE |
81 |
|
|
|
82 |
|
|
/* Define to 1 if you have the `getsysinfo' function. */ |
83 |
|
|
#undef HAVE_GETSYSINFO |
84 |
|
|
|
85 |
|
|
/* Define to 1 if you have the `gettimeofday' function. */ |
86 |
|
|
#undef HAVE_GETTIMEOFDAY |
87 |
|
|
|
88 |
gezelter |
752 |
/* Define to 1 if you have the <inttypes.h> header file. */ |
89 |
|
|
#undef HAVE_INTTYPES_H |
90 |
|
|
|
91 |
gezelter |
860 |
/* Define to 1 if you have the <iomanip> header file. */ |
92 |
|
|
#undef HAVE_IOMANIP |
93 |
|
|
|
94 |
|
|
/* Define to 1 if you have the <iomanip.h> header file. */ |
95 |
|
|
#undef HAVE_IOMANIP_H |
96 |
|
|
|
97 |
gezelter |
752 |
/* Define to 1 if you have the <iostream> header file. */ |
98 |
|
|
#undef HAVE_IOSTREAM |
99 |
|
|
|
100 |
|
|
/* Define to 1 if you have the <iostream.h> header file. */ |
101 |
|
|
#undef HAVE_IOSTREAM_H |
102 |
|
|
|
103 |
gezelter |
860 |
/* Define to 1 if you have the <libintl.h> header file. */ |
104 |
|
|
#undef HAVE_LIBINTL_H |
105 |
|
|
|
106 |
gezelter |
752 |
/* Define to 1 if you have the `m' library (-lm). */ |
107 |
|
|
#undef HAVE_LIBM |
108 |
|
|
|
109 |
|
|
/* Define to 1 if you have the `z' library (-lz). */ |
110 |
|
|
#undef HAVE_LIBZ |
111 |
|
|
|
112 |
gezelter |
860 |
/* Define to 1 if you have the <limits.h> header file. */ |
113 |
|
|
#undef HAVE_LIMITS_H |
114 |
|
|
|
115 |
|
|
/* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */ |
116 |
|
|
#undef HAVE_MACHINE_HAL_SYSINFO_H |
117 |
|
|
|
118 |
|
|
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and |
119 |
|
|
to 0 otherwise. */ |
120 |
|
|
#undef HAVE_MALLOC |
121 |
|
|
|
122 |
gezelter |
752 |
/* Define to 1 if you have the <math.h> header file. */ |
123 |
|
|
#undef HAVE_MATH_H |
124 |
|
|
|
125 |
gezelter |
860 |
/* Define to 1 if you have the `memchr' function. */ |
126 |
|
|
#undef HAVE_MEMCHR |
127 |
|
|
|
128 |
|
|
/* Define to 1 if you have the `memmove' function. */ |
129 |
|
|
#undef HAVE_MEMMOVE |
130 |
|
|
|
131 |
gezelter |
752 |
/* Define to 1 if you have the <memory.h> header file. */ |
132 |
|
|
#undef HAVE_MEMORY_H |
133 |
|
|
|
134 |
gezelter |
860 |
/* Define to 1 if you have the `memset' function. */ |
135 |
|
|
#undef HAVE_MEMSET |
136 |
|
|
|
137 |
|
|
/* have mpif.h */ |
138 |
|
|
#undef HAVE_MPIF_H |
139 |
|
|
|
140 |
|
|
/* have mpi.h */ |
141 |
|
|
#undef HAVE_MPI_H |
142 |
|
|
|
143 |
|
|
/* define if the compiler implements namespaces */ |
144 |
|
|
#undef HAVE_NAMESPACES |
145 |
|
|
|
146 |
|
|
/* Define to 1 if you have the `pow' function. */ |
147 |
|
|
#undef HAVE_POW |
148 |
|
|
|
149 |
|
|
/* Define to 1 if you have the `pstat_getdynamic' function. */ |
150 |
|
|
#undef HAVE_PSTAT_GETDYNAMIC |
151 |
|
|
|
152 |
|
|
/* Define to 1 if you have the `pstat_getstatic' function. */ |
153 |
|
|
#undef HAVE_PSTAT_GETSTATIC |
154 |
|
|
|
155 |
|
|
/* Define to 1 if your system has a GNU libc compatible `realloc' function, |
156 |
|
|
and to 0 otherwise. */ |
157 |
|
|
#undef HAVE_REALLOC |
158 |
|
|
|
159 |
gezelter |
752 |
/* Define to 1 if you have the `rint' function. */ |
160 |
|
|
#undef HAVE_RINT |
161 |
|
|
|
162 |
gezelter |
860 |
/* Define to 1 if you have the `select' function. */ |
163 |
|
|
#undef HAVE_SELECT |
164 |
|
|
|
165 |
gezelter |
752 |
/* Define to 1 if you have the `snprintf' function. */ |
166 |
|
|
#undef HAVE_SNPRINTF |
167 |
|
|
|
168 |
gezelter |
860 |
/* Define to 1 if you have the `sqrt' function. */ |
169 |
|
|
#undef HAVE_SQRT |
170 |
|
|
|
171 |
gezelter |
752 |
/* Define to 1 if you have the `sranddev' function. */ |
172 |
|
|
#undef HAVE_SRANDDEV |
173 |
|
|
|
174 |
gezelter |
860 |
/* Define to 1 if you have the <sstream> header file. */ |
175 |
|
|
#undef HAVE_SSTREAM |
176 |
gezelter |
811 |
|
177 |
gezelter |
860 |
/* Define to 1 if stdbool.h conforms to C99. */ |
178 |
|
|
#undef HAVE_STDBOOL_H |
179 |
gezelter |
811 |
|
180 |
gezelter |
860 |
/* Define to 1 if you have the <stddef.h> header file. */ |
181 |
|
|
#undef HAVE_STDDEF_H |
182 |
gezelter |
811 |
|
183 |
gezelter |
752 |
/* Define to 1 if you have the <stdint.h> header file. */ |
184 |
|
|
#undef HAVE_STDINT_H |
185 |
|
|
|
186 |
|
|
/* Define to 1 if you have the <stdio.h> header file. */ |
187 |
|
|
#undef HAVE_STDIO_H |
188 |
|
|
|
189 |
|
|
/* Define to 1 if you have the <stdlib.h> header file. */ |
190 |
|
|
#undef HAVE_STDLIB_H |
191 |
|
|
|
192 |
gezelter |
860 |
/* define if C++ iostream is in namespace std. */ |
193 |
|
|
#undef HAVE_STD_IOSTREAM |
194 |
|
|
|
195 |
|
|
/* define if C++ Standard Template Library is in namespace std */ |
196 |
|
|
#undef HAVE_STD_STL |
197 |
|
|
|
198 |
|
|
/* define if the compiler supports Standard Template Library */ |
199 |
|
|
#undef HAVE_STL |
200 |
|
|
|
201 |
|
|
/* Define to 1 if you have the `strcasecmp' function. */ |
202 |
|
|
#undef HAVE_STRCASECMP |
203 |
|
|
|
204 |
|
|
/* Define to 1 if you have the `strchr' function. */ |
205 |
|
|
#undef HAVE_STRCHR |
206 |
|
|
|
207 |
|
|
/* Define to 1 if you have the `strdup' function. */ |
208 |
|
|
#undef HAVE_STRDUP |
209 |
|
|
|
210 |
|
|
/* Define to 1 if you have the `strftime' function. */ |
211 |
|
|
#undef HAVE_STRFTIME |
212 |
|
|
|
213 |
|
|
/* Define to 1 if you have the `stricmp' function. */ |
214 |
|
|
#undef HAVE_STRICMP |
215 |
|
|
|
216 |
gezelter |
752 |
/* Define to 1 if you have the <strings.h> header file. */ |
217 |
|
|
#undef HAVE_STRINGS_H |
218 |
|
|
|
219 |
|
|
/* Define to 1 if you have the <string.h> header file. */ |
220 |
|
|
#undef HAVE_STRING_H |
221 |
|
|
|
222 |
|
|
/* Define to 1 if you have the `strncasecmp' function. */ |
223 |
|
|
#undef HAVE_STRNCASECMP |
224 |
|
|
|
225 |
gezelter |
860 |
/* Define to 1 if you have the `strnicmp' function. */ |
226 |
|
|
#undef HAVE_STRNICMP |
227 |
|
|
|
228 |
|
|
/* Define to 1 if you have the `strrchr' function. */ |
229 |
|
|
#undef HAVE_STRRCHR |
230 |
|
|
|
231 |
|
|
/* Define to 1 if you have the `strstr' function. */ |
232 |
|
|
#undef HAVE_STRSTR |
233 |
|
|
|
234 |
gezelter |
752 |
/* Define to 1 if you have the <strstream> header file. */ |
235 |
|
|
#undef HAVE_STRSTREAM |
236 |
|
|
|
237 |
|
|
/* Define to 1 if you have the <strstream.h> header file. */ |
238 |
|
|
#undef HAVE_STRSTREAM_H |
239 |
|
|
|
240 |
gezelter |
860 |
/* Define to 1 if you have the `strtol' function. */ |
241 |
|
|
#undef HAVE_STRTOL |
242 |
|
|
|
243 |
|
|
/* Define to 1 if you have the `sysctl' function. */ |
244 |
|
|
#undef HAVE_SYSCTL |
245 |
|
|
|
246 |
|
|
/* Define to 1 if you have the `sysmp' function. */ |
247 |
|
|
#undef HAVE_SYSMP |
248 |
|
|
|
249 |
|
|
/* Define to 1 if you have the <sys/param.h> header file. */ |
250 |
|
|
#undef HAVE_SYS_PARAM_H |
251 |
|
|
|
252 |
|
|
/* Define to 1 if you have the <sys/pstat.h> header file. */ |
253 |
|
|
#undef HAVE_SYS_PSTAT_H |
254 |
|
|
|
255 |
|
|
/* Define to 1 if you have the <sys/select.h> header file. */ |
256 |
|
|
#undef HAVE_SYS_SELECT_H |
257 |
|
|
|
258 |
|
|
/* Define to 1 if you have the <sys/socket.h> header file. */ |
259 |
|
|
#undef HAVE_SYS_SOCKET_H |
260 |
|
|
|
261 |
gezelter |
752 |
/* Define to 1 if you have the <sys/stat.h> header file. */ |
262 |
|
|
#undef HAVE_SYS_STAT_H |
263 |
|
|
|
264 |
gezelter |
860 |
/* Define to 1 if you have the <sys/sysctl.h> header file. */ |
265 |
|
|
#undef HAVE_SYS_SYSCTL_H |
266 |
|
|
|
267 |
|
|
/* Define to 1 if you have the <sys/sysinfo.h> header file. */ |
268 |
|
|
#undef HAVE_SYS_SYSINFO_H |
269 |
|
|
|
270 |
|
|
/* Define to 1 if you have the <sys/sysmp.h> header file. */ |
271 |
|
|
#undef HAVE_SYS_SYSMP_H |
272 |
|
|
|
273 |
|
|
/* Define to 1 if you have the <sys/systemcfg.h> header file. */ |
274 |
|
|
#undef HAVE_SYS_SYSTEMCFG_H |
275 |
|
|
|
276 |
|
|
/* Define to 1 if you have the <sys/table.h> header file. */ |
277 |
|
|
#undef HAVE_SYS_TABLE_H |
278 |
|
|
|
279 |
gezelter |
752 |
/* Define to 1 if you have the <sys/time.h> header file. */ |
280 |
|
|
#undef HAVE_SYS_TIME_H |
281 |
|
|
|
282 |
|
|
/* Define to 1 if you have the <sys/types.h> header file. */ |
283 |
|
|
#undef HAVE_SYS_TYPES_H |
284 |
|
|
|
285 |
gezelter |
860 |
/* Define to 1 if you have the `table' function. */ |
286 |
|
|
#undef HAVE_TABLE |
287 |
|
|
|
288 |
gezelter |
752 |
/* Define to 1 if you have the <time.h> header file. */ |
289 |
|
|
#undef HAVE_TIME_H |
290 |
|
|
|
291 |
|
|
/* Define to 1 if you have the <unistd.h> header file. */ |
292 |
|
|
#undef HAVE_UNISTD_H |
293 |
|
|
|
294 |
|
|
/* Define to 1 if you have the <zlib.h> header file. */ |
295 |
|
|
#undef HAVE_ZLIB_H |
296 |
|
|
|
297 |
gezelter |
860 |
/* Define to 1 if the system has the type `_Bool'. */ |
298 |
|
|
#undef HAVE__BOOL |
299 |
gezelter |
752 |
|
300 |
gezelter |
860 |
/* Define if you have the _system_configuration variable. */ |
301 |
|
|
#undef HAVE__SYSTEM_CONFIGURATION |
302 |
|
|
|
303 |
gezelter |
752 |
/* Used to export symbols for DLL / shared library builds */ |
304 |
|
|
#undef OBAPI |
305 |
|
|
|
306 |
|
|
/* Define to the address where bug reports for this package should be sent. */ |
307 |
|
|
#undef PACKAGE_BUGREPORT |
308 |
|
|
|
309 |
|
|
/* Define to the full name of this package. */ |
310 |
|
|
#undef PACKAGE_NAME |
311 |
|
|
|
312 |
|
|
/* Define to the full name and version of this package. */ |
313 |
|
|
#undef PACKAGE_STRING |
314 |
|
|
|
315 |
|
|
/* Define to the one symbol short name of this package. */ |
316 |
|
|
#undef PACKAGE_TARNAME |
317 |
|
|
|
318 |
|
|
/* Define to the version of this package. */ |
319 |
|
|
#undef PACKAGE_VERSION |
320 |
|
|
|
321 |
gezelter |
860 |
/* Path to ps program */ |
322 |
|
|
#undef PSCOMMAND |
323 |
gezelter |
752 |
|
324 |
gezelter |
860 |
/* ps uses BSD-style arguments */ |
325 |
|
|
#undef PSTYPE_IS_BSD |
326 |
gezelter |
752 |
|
327 |
gezelter |
860 |
/* ps uses POSIX-style arguments */ |
328 |
|
|
#undef PSTYPE_IS_POSIX |
329 |
|
|
|
330 |
|
|
/* Define to the type of arg 1 for `select'. */ |
331 |
|
|
#undef SELECT_TYPE_ARG1 |
332 |
|
|
|
333 |
|
|
/* Define to the type of args 2, 3 and 4 for `select'. */ |
334 |
|
|
#undef SELECT_TYPE_ARG234 |
335 |
|
|
|
336 |
|
|
/* Define to the type of arg 5 for `select'. */ |
337 |
|
|
#undef SELECT_TYPE_ARG5 |
338 |
|
|
|
339 |
gezelter |
752 |
/* Define to 1 if you have the ANSI C header files. */ |
340 |
|
|
#undef STDC_HEADERS |
341 |
|
|
|
342 |
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
343 |
|
|
#undef TIME_WITH_SYS_TIME |
344 |
|
|
|
345 |
gezelter |
860 |
/* needed by DEC/Compaq/HP cxx to activate ANSI standard iostream. */ |
346 |
|
|
#undef __USE_STD_IOSTREAM |
347 |
|
|
|
348 |
|
|
/* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */ |
349 |
|
|
#undef __func__ |
350 |
|
|
|
351 |
gezelter |
752 |
/* Define to empty if `const' does not conform to ANSI C. */ |
352 |
|
|
#undef const |
353 |
|
|
|
354 |
gezelter |
860 |
/* Code compiled in debug mode */ |
355 |
|
|
#undef debug |
356 |
|
|
|
357 |
gezelter |
752 |
/* Define to `__inline__' or `__inline' if that's what the C compiler |
358 |
|
|
calls it, or to nothing if 'inline' is not supported under any name. */ |
359 |
|
|
#ifndef __cplusplus |
360 |
|
|
#undef inline |
361 |
|
|
#endif |
362 |
gezelter |
860 |
|
363 |
|
|
/* Define to rpl_malloc if the replacement function should be used. */ |
364 |
|
|
#undef malloc |
365 |
|
|
|
366 |
|
|
/* Define to rpl_realloc if the replacement function should be used. */ |
367 |
|
|
#undef realloc |
368 |
|
|
|
369 |
|
|
/* Define to equivalent of C99 restrict keyword, or to nothing if this is not |
370 |
|
|
supported. Do not define if restrict is supported directly. */ |
371 |
|
|
#undef restrict |
372 |
|
|
|
373 |
|
|
/* Define to `unsigned' if <sys/types.h> does not define. */ |
374 |
|
|
#undef size_t |