1 |
gezelter |
782 |
#define OOPSE_VERSION_MAJOR 3 |
2 |
|
|
#define OOPSE_VERSION_MINOR 1 |
3 |
|
|
#define OOPSE_VERSION_TINY 4 |
4 |
gezelter |
509 |
|
5 |
gezelter |
752 |
#define MK_STR(s) # s |
6 |
|
|
#define STR_DEFINE(t, s) t = MK_STR(s) |
7 |
|
|
|
8 |
gezelter |
2 |
/* Define to a macro mangling the given C identifier (in lower and upper |
9 |
|
|
* case), which must not contain underscores, for linking with Fortran. */ |
10 |
|
|
#undef F90_FUNC |
11 |
|
|
|
12 |
|
|
/* As F90_FUNC, but for C identifiers containing underscores. */ |
13 |
|
|
#undef F90_FUNC_ |
14 |
|
|
|
15 |
|
|
/* Define to 1 if you find the <mpi.h> header file. */ |
16 |
|
|
#undef HAVE_MPI_H |
17 |
|
|
|
18 |
|
|
/* Define to 1 if you find the <mpif.h> header file. */ |
19 |
|
|
#undef HAVE_MPIF_H |
20 |
gezelter |
262 |
|
21 |
gezelter |
396 |
/* Define to 1 if you find the <getopt.h> header file. */ |
22 |
gezelter |
262 |
#undef HAVE_GETOPT_H |
23 |
|
|
#undef HAVE_GETOPT_LONG |
24 |
tim |
314 |
|
25 |
gezelter |
396 |
/* Define to 1 if you find the <sys/pstat.h> header file. */ |
26 |
tim |
314 |
#undef HAVE_SYS_PSTAT_H |
27 |
gezelter |
396 |
|
28 |
|
|
/* Define to 1 if you find the <sys/sysmp.h> header file. */ |
29 |
tim |
314 |
#undef HAVE_SYS_SYSMP_H |
30 |
gezelter |
396 |
|
31 |
|
|
/* Define to 1 if you find the <sys/sysinfo.h> header file. */ |
32 |
tim |
314 |
#undef HAVE_SYS_SYSINFO_H |
33 |
gezelter |
396 |
|
34 |
|
|
/* Define to 1 if you find the <machine/hal_sysinfo.h> header file. */ |
35 |
tim |
314 |
#undef HAVE_MACHINE_HAL_SYSINFO_H |
36 |
gezelter |
396 |
|
37 |
|
|
/* Define to 1 if you find the <sys/table.h> header file. */ |
38 |
tim |
314 |
#undef HAVE_SYS_TABLE_H |
39 |
gezelter |
396 |
|
40 |
|
|
/* Define to 1 if you find the <sys/param.h> header file. */ |
41 |
tim |
314 |
#undef HAVE_SYS_PARAM_H |
42 |
gezelter |
396 |
|
43 |
|
|
/* Define to 1 if you find the <sys/sysctl.h> header file. */ |
44 |
tim |
314 |
#undef HAVE_SYS_SYSCTL_H |
45 |
gezelter |
396 |
|
46 |
|
|
/* Define to 1 if you find the <sys/systemcfg.h> header file. */ |
47 |
tim |
314 |
#undef HAVE_SYS_SYSTEMCFG_H |
48 |
gezelter |
396 |
|
49 |
tim |
314 |
#undef HAVE_PSTAT_GETSTATIC |
50 |
|
|
#undef HAVE_SYSMP |
51 |
|
|
#undef HAVE_GETSYSINFO |
52 |
|
|
#undef HAVE_SYSCTL |
53 |
|
|
#undef HAVE__SYSTEM_CONFIGURATION |
54 |
|
|
#undef HAVE_TABLE |
55 |
chuckv |
495 |
#undef HAVE_CGAL |
56 |
gezelter |
340 |
|
57 |
gezelter |
396 |
/* Define to the path to the ps command on this machine. */ |
58 |
gezelter |
342 |
#undef PSCOMMAND |
59 |
gezelter |
396 |
|
60 |
|
|
/* Define to 1 if the ps command understands POSIX-style arguments. */ |
61 |
gezelter |
345 |
#undef PSTYPE_IS_POSIX |
62 |
gezelter |
396 |
|
63 |
|
|
/* Define to 1 if the ps command understands BSD-style arguments. */ |
64 |
gezelter |
345 |
#undef PSTYPE_IS_BSD |
65 |
gezelter |
752 |
|
66 |
|
|
/* what follows is required for the openbabel directory */ |
67 |
|
|
|
68 |
|
|
/* The version of Open Babel */ |
69 |
|
|
#define BABEL_VERSION "2.0.0rc1" |
70 |
|
|
|
71 |
|
|
/* Define to 1 if the system has the type `clock_t'. */ |
72 |
|
|
#undef HAVE_CLOCK_T |
73 |
|
|
|
74 |
|
|
/* Define to 1 if you have the <conio.h> header file. */ |
75 |
|
|
#undef HAVE_CONIO_H |
76 |
|
|
|
77 |
|
|
/* Define to 1 if you have the <ctype.h> header file. */ |
78 |
|
|
#undef HAVE_CTYPE_H |
79 |
|
|
|
80 |
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */ |
81 |
|
|
#undef HAVE_DLFCN_H |
82 |
|
|
|
83 |
|
|
/* Define to 1 if you have the <fstream> header file. */ |
84 |
|
|
#undef HAVE_FSTREAM |
85 |
|
|
|
86 |
|
|
/* Define to 1 if you have the <fstream.h> header file. */ |
87 |
|
|
#undef HAVE_FSTREAM_H |
88 |
|
|
|
89 |
|
|
/* Define to 1 if you have the <iconv.h> header file. */ |
90 |
|
|
#undef HAVE_ICONV_H |
91 |
|
|
|
92 |
|
|
/* Define to 1 if you have the <inttypes.h> header file. */ |
93 |
|
|
#undef HAVE_INTTYPES_H |
94 |
|
|
|
95 |
|
|
/* Define to 1 if you have the <iostream> header file. */ |
96 |
|
|
#undef HAVE_IOSTREAM |
97 |
|
|
|
98 |
|
|
/* Define to 1 if you have the <iostream.h> header file. */ |
99 |
|
|
#undef HAVE_IOSTREAM_H |
100 |
|
|
|
101 |
|
|
/* Define to 1 if you have the `m' library (-lm). */ |
102 |
|
|
#undef HAVE_LIBM |
103 |
|
|
|
104 |
|
|
/* Define to 1 if you have the `z' library (-lz). */ |
105 |
|
|
#undef HAVE_LIBZ |
106 |
|
|
|
107 |
|
|
/* Define to 1 if you have the <math.h> header file. */ |
108 |
|
|
#undef HAVE_MATH_H |
109 |
|
|
|
110 |
|
|
/* Define to 1 if you have the <memory.h> header file. */ |
111 |
|
|
#undef HAVE_MEMORY_H |
112 |
|
|
|
113 |
|
|
/* Define to 1 if you have the `rint' function. */ |
114 |
|
|
#undef HAVE_RINT |
115 |
|
|
|
116 |
|
|
/* Define to 1 if you have the `snprintf' function. */ |
117 |
|
|
#undef HAVE_SNPRINTF |
118 |
|
|
|
119 |
|
|
/* Define to 1 if you have the `sranddev' function. */ |
120 |
|
|
#undef HAVE_SRANDDEV |
121 |
|
|
|
122 |
gezelter |
811 |
/* Define to 1 if you have the `strcasecmp' function. */ |
123 |
|
|
#undef HAVE_STRCASECMP |
124 |
|
|
|
125 |
|
|
/* Define to 1 if you have the `strncasecmp' function. */ |
126 |
|
|
#undef HAVE_STRNCASECMP |
127 |
|
|
|
128 |
|
|
/* Define to 1 if you have the `stricmp' function. */ |
129 |
|
|
#undef HAVE_STRICMP |
130 |
|
|
|
131 |
|
|
/* Define to 1 if you have the `strnicmp' function. */ |
132 |
|
|
#undef HAVE_STRNICMP |
133 |
|
|
|
134 |
gezelter |
752 |
/* Define to 1 if you have the <sstream> header file. */ |
135 |
|
|
#undef HAVE_SSTREAM |
136 |
|
|
|
137 |
|
|
/* Define to 1 if you have the <stdint.h> header file. */ |
138 |
|
|
#undef HAVE_STDINT_H |
139 |
|
|
|
140 |
|
|
/* Define to 1 if you have the <stdio.h> header file. */ |
141 |
|
|
#undef HAVE_STDIO_H |
142 |
|
|
|
143 |
|
|
/* Define to 1 if you have the <stdlib.h> header file. */ |
144 |
|
|
#undef HAVE_STDLIB_H |
145 |
|
|
|
146 |
|
|
/* Define to 1 if you have the <strings.h> header file. */ |
147 |
|
|
#undef HAVE_STRINGS_H |
148 |
|
|
|
149 |
|
|
/* Define to 1 if you have the <string.h> header file. */ |
150 |
|
|
#undef HAVE_STRING_H |
151 |
|
|
|
152 |
|
|
/* Define to 1 if you have the `strncasecmp' function. */ |
153 |
|
|
#undef HAVE_STRNCASECMP |
154 |
|
|
|
155 |
|
|
/* Define to 1 if you have the <strstream> header file. */ |
156 |
|
|
#undef HAVE_STRSTREAM |
157 |
|
|
|
158 |
|
|
/* Define to 1 if you have the <strstream.h> header file. */ |
159 |
|
|
#undef HAVE_STRSTREAM_H |
160 |
|
|
|
161 |
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */ |
162 |
|
|
#undef HAVE_SYS_STAT_H |
163 |
|
|
|
164 |
|
|
/* Define to 1 if you have the <sys/time.h> header file. */ |
165 |
|
|
#undef HAVE_SYS_TIME_H |
166 |
|
|
|
167 |
|
|
/* Define to 1 if you have the <sys/types.h> header file. */ |
168 |
|
|
#undef HAVE_SYS_TYPES_H |
169 |
|
|
|
170 |
|
|
/* Define to 1 if you have the <time.h> header file. */ |
171 |
|
|
#undef HAVE_TIME_H |
172 |
|
|
|
173 |
|
|
/* Define to 1 if you have the <unistd.h> header file. */ |
174 |
|
|
#undef HAVE_UNISTD_H |
175 |
|
|
|
176 |
|
|
/* Define to 1 if you have the <zlib.h> header file. */ |
177 |
|
|
#undef HAVE_ZLIB_H |
178 |
|
|
|
179 |
|
|
/* The file extension used for shared modules */ |
180 |
|
|
#undef MODULE_EXTENSION |
181 |
|
|
|
182 |
|
|
/* Used to export symbols for DLL / shared library builds */ |
183 |
|
|
#undef OBAPI |
184 |
|
|
|
185 |
|
|
/* Define to the address where bug reports for this package should be sent. */ |
186 |
|
|
#undef PACKAGE_BUGREPORT |
187 |
|
|
|
188 |
|
|
/* Define to the full name of this package. */ |
189 |
|
|
#undef PACKAGE_NAME |
190 |
|
|
|
191 |
|
|
/* Define to the full name and version of this package. */ |
192 |
|
|
#undef PACKAGE_STRING |
193 |
|
|
|
194 |
|
|
/* Define to the one symbol short name of this package. */ |
195 |
|
|
#undef PACKAGE_TARNAME |
196 |
|
|
|
197 |
|
|
/* Define to the version of this package. */ |
198 |
|
|
#undef PACKAGE_VERSION |
199 |
|
|
|
200 |
|
|
/* set if scandir needs a const */ |
201 |
|
|
#undef SCANDIR_CONST |
202 |
|
|
|
203 |
|
|
/* set if scandir needs a const */ |
204 |
|
|
#undef SCANDIR_T |
205 |
|
|
|
206 |
|
|
/* Define to 1 if you have the ANSI C header files. */ |
207 |
|
|
#undef STDC_HEADERS |
208 |
|
|
|
209 |
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
210 |
|
|
#undef TIME_WITH_SYS_TIME |
211 |
|
|
|
212 |
|
|
/* Define to empty if `const' does not conform to ANSI C. */ |
213 |
|
|
#undef const |
214 |
|
|
|
215 |
|
|
/* Define to `__inline__' or `__inline' if that's what the C compiler |
216 |
|
|
calls it, or to nothing if 'inline' is not supported under any name. */ |
217 |
|
|
#ifndef __cplusplus |
218 |
|
|
#undef inline |
219 |
|
|
#endif |