1 |
gezelter |
1226 |
#define OOPSE_VERSION_MAJOR 4 |
2 |
|
|
#define OOPSE_VERSION_MINOR 0 |
3 |
|
|
#define OOPSE_VERSION_TINY 0 |
4 |
|
|
#define MK_STR(s) # s |
5 |
|
|
#define STR_DEFINE(t, s) t = MK_STR(s) |
6 |
|
|
/* The file extension used for shared modules */ |
7 |
|
|
#undef MODULE_EXTENSION |
8 |
gezelter |
752 |
|
9 |
gezelter |
1226 |
/* Is defined if OOPSE should be compiled with single precision arithmetic. */ |
10 |
|
|
#undef SINGLE_PRECISION |
11 |
|
|
|
12 |
|
|
/* The CGAL version number. */ |
13 |
|
|
#undef CGAL_VERSION |
14 |
|
|
|
15 |
|
|
/* Define to dummy `main' function (if any) required to link to the Fortran |
16 |
|
|
libraries. */ |
17 |
|
|
#undef FC_DUMMY_MAIN |
18 |
|
|
|
19 |
|
|
/* Define if F77 and FC dummy `main' functions are identical. */ |
20 |
|
|
#undef FC_DUMMY_MAIN_EQ_F77 |
21 |
|
|
|
22 |
|
|
/* Define to a macro mangling the given C identifier (in lower and upper |
23 |
|
|
case), which must not contain underscores, for linking with Fortran. */ |
24 |
|
|
#undef FC_FUNC |
25 |
|
|
|
26 |
|
|
/* As FC_FUNC, but for C identifiers containing underscores. */ |
27 |
|
|
#undef FC_FUNC_ |
28 |
|
|
|
29 |
|
|
/* define if fstream::open() accepts third parameter. */ |
30 |
|
|
#undef FSTREAM_OPEN_PROT |
31 |
|
|
|
32 |
|
|
/* Is defined if the CGAL library is available. */ |
33 |
|
|
#undef HAVE_CGAL |
34 |
|
|
|
35 |
|
|
/* Is defined if the qhull library is available. */ |
36 |
|
|
#undef HAVE_QHULL |
37 |
|
|
|
38 |
|
|
/* Define to 1 if the system has the type `clock_t'. */ |
39 |
|
|
#undef HAVE_CLOCK_T |
40 |
|
|
|
41 |
|
|
/* Define to 1 if you have the <cmath> header file. */ |
42 |
|
|
#undef HAVE_CMATH |
43 |
|
|
|
44 |
|
|
/* Define to 1 if you have the <conio.h> header file. */ |
45 |
|
|
#undef HAVE_CONIO_H |
46 |
|
|
|
47 |
|
|
/* Define to 1 if you have the <ctype.h> header file. */ |
48 |
|
|
#undef HAVE_CTYPE_H |
49 |
|
|
|
50 |
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */ |
51 |
|
|
#undef HAVE_DLFCN_H |
52 |
|
|
|
53 |
|
|
/* define if fftw3.h exists */ |
54 |
|
|
#undef HAVE_FFTW3_H |
55 |
|
|
|
56 |
|
|
/* define if fftw.h exists */ |
57 |
|
|
#undef HAVE_FFTW_H |
58 |
|
|
|
59 |
|
|
/* define if dfftw.h exists */ |
60 |
|
|
#undef HAVE_DFFTW_H |
61 |
|
|
|
62 |
gezelter |
860 |
/* Define to 1 if you have the `floor' function. */ |
63 |
|
|
#undef HAVE_FLOOR |
64 |
|
|
|
65 |
|
|
/* Define to 1 if you have the `getpagesize' function. */ |
66 |
|
|
#undef HAVE_GETPAGESIZE |
67 |
|
|
|
68 |
gezelter |
1226 |
/* Define to 1 if you have the `getsysinfo' function. */ |
69 |
|
|
#undef HAVE_GETSYSINFO |
70 |
|
|
|
71 |
gezelter |
860 |
/* Define to 1 if you have the `gettimeofday' function. */ |
72 |
|
|
#undef HAVE_GETTIMEOFDAY |
73 |
|
|
|
74 |
gezelter |
752 |
/* Define to 1 if you have the <inttypes.h> header file. */ |
75 |
|
|
#undef HAVE_INTTYPES_H |
76 |
|
|
|
77 |
gezelter |
860 |
/* Define to 1 if you have the <libintl.h> header file. */ |
78 |
|
|
#undef HAVE_LIBINTL_H |
79 |
|
|
|
80 |
gezelter |
1226 |
/* Define to 1 if you have the `z' library (-lz). */ |
81 |
|
|
#undef HAVE_LIBZ |
82 |
|
|
|
83 |
gezelter |
860 |
/* Define to 1 if you have the <limits.h> header file. */ |
84 |
|
|
#undef HAVE_LIMITS_H |
85 |
|
|
|
86 |
gezelter |
1226 |
/* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */ |
87 |
|
|
#undef HAVE_MACHINE_HAL_SYSINFO_H |
88 |
|
|
|
89 |
gezelter |
860 |
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and |
90 |
|
|
to 0 otherwise. */ |
91 |
|
|
#undef HAVE_MALLOC |
92 |
|
|
|
93 |
gezelter |
752 |
/* Define to 1 if you have the <memory.h> header file. */ |
94 |
|
|
#undef HAVE_MEMORY_H |
95 |
|
|
|
96 |
gezelter |
860 |
/* Define to 1 if you have the `memset' function. */ |
97 |
|
|
#undef HAVE_MEMSET |
98 |
|
|
|
99 |
|
|
/* Define to 1 if you have the `pow' function. */ |
100 |
|
|
#undef HAVE_POW |
101 |
|
|
|
102 |
|
|
/* Define to 1 if you have the `pstat_getdynamic' function. */ |
103 |
|
|
#undef HAVE_PSTAT_GETDYNAMIC |
104 |
|
|
|
105 |
gezelter |
1226 |
/* Define to 1 if you have the `pstat_getstatic' function. */ |
106 |
|
|
#undef HAVE_PSTAT_GETSTATIC |
107 |
|
|
|
108 |
gezelter |
860 |
/* Define to 1 if your system has a GNU libc compatible `realloc' function, |
109 |
|
|
and to 0 otherwise. */ |
110 |
|
|
#undef HAVE_REALLOC |
111 |
|
|
|
112 |
|
|
/* Define to 1 if you have the `select' function. */ |
113 |
|
|
#undef HAVE_SELECT |
114 |
|
|
|
115 |
|
|
/* Define to 1 if you have the `sqrt' function. */ |
116 |
|
|
#undef HAVE_SQRT |
117 |
|
|
|
118 |
|
|
/* Define to 1 if stdbool.h conforms to C99. */ |
119 |
|
|
#undef HAVE_STDBOOL_H |
120 |
gezelter |
811 |
|
121 |
gezelter |
752 |
/* Define to 1 if you have the <stdint.h> header file. */ |
122 |
|
|
#undef HAVE_STDINT_H |
123 |
|
|
|
124 |
|
|
/* Define to 1 if you have the <stdlib.h> header file. */ |
125 |
|
|
#undef HAVE_STDLIB_H |
126 |
|
|
|
127 |
gezelter |
860 |
/* Define to 1 if you have the `strcasecmp' function. */ |
128 |
|
|
#undef HAVE_STRCASECMP |
129 |
|
|
|
130 |
|
|
/* Define to 1 if you have the `strchr' function. */ |
131 |
|
|
#undef HAVE_STRCHR |
132 |
|
|
|
133 |
|
|
/* Define to 1 if you have the `strdup' function. */ |
134 |
|
|
#undef HAVE_STRDUP |
135 |
|
|
|
136 |
gezelter |
1226 |
/* Define to 1 if you have the `stricmp' function. */ |
137 |
|
|
#undef HAVE_STRICMP |
138 |
|
|
|
139 |
gezelter |
752 |
/* Define to 1 if you have the <strings.h> header file. */ |
140 |
|
|
#undef HAVE_STRINGS_H |
141 |
|
|
|
142 |
|
|
/* Define to 1 if you have the <string.h> header file. */ |
143 |
|
|
#undef HAVE_STRING_H |
144 |
|
|
|
145 |
|
|
/* Define to 1 if you have the `strncasecmp' function. */ |
146 |
|
|
#undef HAVE_STRNCASECMP |
147 |
|
|
|
148 |
gezelter |
1226 |
/* Define to 1 if you have the `strnicmp' function. */ |
149 |
|
|
#undef HAVE_STRNICMP |
150 |
|
|
|
151 |
gezelter |
860 |
/* Define to 1 if you have the `strstr' function. */ |
152 |
|
|
#undef HAVE_STRSTR |
153 |
|
|
|
154 |
|
|
/* Define to 1 if you have the `strtol' function. */ |
155 |
|
|
#undef HAVE_STRTOL |
156 |
|
|
|
157 |
gezelter |
1226 |
/* Define to 1 if you have the `sysctl' function. */ |
158 |
|
|
#undef HAVE_SYSCTL |
159 |
|
|
|
160 |
|
|
/* Define to 1 if you have the `sysmp' function. */ |
161 |
|
|
#undef HAVE_SYSMP |
162 |
|
|
|
163 |
gezelter |
860 |
/* Define to 1 if you have the <sys/param.h> header file. */ |
164 |
|
|
#undef HAVE_SYS_PARAM_H |
165 |
|
|
|
166 |
gezelter |
1226 |
/* Define to 1 if you have the <sys/pstat.h> header file. */ |
167 |
|
|
#undef HAVE_SYS_PSTAT_H |
168 |
|
|
|
169 |
gezelter |
860 |
/* Define to 1 if you have the <sys/select.h> header file. */ |
170 |
|
|
#undef HAVE_SYS_SELECT_H |
171 |
|
|
|
172 |
|
|
/* Define to 1 if you have the <sys/socket.h> header file. */ |
173 |
|
|
#undef HAVE_SYS_SOCKET_H |
174 |
|
|
|
175 |
gezelter |
752 |
/* Define to 1 if you have the <sys/stat.h> header file. */ |
176 |
|
|
#undef HAVE_SYS_STAT_H |
177 |
|
|
|
178 |
gezelter |
1226 |
/* Define to 1 if you have the <sys/sysctl.h> header file. */ |
179 |
|
|
#undef HAVE_SYS_SYSCTL_H |
180 |
|
|
|
181 |
|
|
/* Define to 1 if you have the <sys/sysinfo.h> header file. */ |
182 |
|
|
#undef HAVE_SYS_SYSINFO_H |
183 |
|
|
|
184 |
|
|
/* Define to 1 if you have the <sys/sysmp.h> header file. */ |
185 |
|
|
#undef HAVE_SYS_SYSMP_H |
186 |
|
|
|
187 |
|
|
/* Define to 1 if you have the <sys/systemcfg.h> header file. */ |
188 |
|
|
#undef HAVE_SYS_SYSTEMCFG_H |
189 |
|
|
|
190 |
|
|
/* Define to 1 if you have the <sys/table.h> header file. */ |
191 |
|
|
#undef HAVE_SYS_TABLE_H |
192 |
|
|
|
193 |
gezelter |
752 |
/* Define to 1 if you have the <sys/time.h> header file. */ |
194 |
|
|
#undef HAVE_SYS_TIME_H |
195 |
|
|
|
196 |
|
|
/* Define to 1 if you have the <sys/types.h> header file. */ |
197 |
|
|
#undef HAVE_SYS_TYPES_H |
198 |
|
|
|
199 |
gezelter |
1226 |
/* Define to 1 if you have the `table' function. */ |
200 |
|
|
#undef HAVE_TABLE |
201 |
|
|
|
202 |
gezelter |
752 |
/* Define to 1 if you have the <unistd.h> header file. */ |
203 |
|
|
#undef HAVE_UNISTD_H |
204 |
|
|
|
205 |
gezelter |
860 |
/* Define to 1 if the system has the type `_Bool'. */ |
206 |
|
|
#undef HAVE__BOOL |
207 |
gezelter |
752 |
|
208 |
gezelter |
1226 |
/* Define if you have the _system_configuration variable. */ |
209 |
|
|
#undef HAVE__SYSTEM_CONFIGURATION |
210 |
|
|
|
211 |
gezelter |
752 |
/* Define to the address where bug reports for this package should be sent. */ |
212 |
|
|
#undef PACKAGE_BUGREPORT |
213 |
|
|
|
214 |
|
|
/* Define to the full name of this package. */ |
215 |
|
|
#undef PACKAGE_NAME |
216 |
|
|
|
217 |
|
|
/* Define to the full name and version of this package. */ |
218 |
|
|
#undef PACKAGE_STRING |
219 |
|
|
|
220 |
|
|
/* Define to the one symbol short name of this package. */ |
221 |
|
|
#undef PACKAGE_TARNAME |
222 |
|
|
|
223 |
|
|
/* Define to the version of this package. */ |
224 |
|
|
#undef PACKAGE_VERSION |
225 |
|
|
|
226 |
gezelter |
1226 |
/* Path to ps program */ |
227 |
|
|
#undef PSCOMMAND |
228 |
|
|
|
229 |
|
|
/* ps uses BSD-style arguments */ |
230 |
|
|
#undef PSTYPE_IS_BSD |
231 |
|
|
|
232 |
|
|
/* ps uses POSIX-style arguments */ |
233 |
|
|
#undef PSTYPE_IS_POSIX |
234 |
|
|
|
235 |
gezelter |
860 |
/* Define to the type of arg 1 for `select'. */ |
236 |
|
|
#undef SELECT_TYPE_ARG1 |
237 |
|
|
|
238 |
|
|
/* Define to the type of args 2, 3 and 4 for `select'. */ |
239 |
|
|
#undef SELECT_TYPE_ARG234 |
240 |
|
|
|
241 |
|
|
/* Define to the type of arg 5 for `select'. */ |
242 |
|
|
#undef SELECT_TYPE_ARG5 |
243 |
|
|
|
244 |
gezelter |
752 |
/* Define to 1 if you have the ANSI C header files. */ |
245 |
|
|
#undef STDC_HEADERS |
246 |
|
|
|
247 |
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
248 |
|
|
#undef TIME_WITH_SYS_TIME |
249 |
|
|
|
250 |
gezelter |
1226 |
/* needed by DEC/Compaq/HP cxx to activate ANSI standard iostream. */ |
251 |
|
|
#undef __USE_STD_IOSTREAM |
252 |
|
|
|
253 |
gezelter |
752 |
/* Define to empty if `const' does not conform to ANSI C. */ |
254 |
|
|
#undef const |
255 |
|
|
|
256 |
gezelter |
1226 |
/* Code compiled in debug mode */ |
257 |
|
|
#undef debug |
258 |
|
|
|
259 |
gezelter |
752 |
/* Define to `__inline__' or `__inline' if that's what the C compiler |
260 |
|
|
calls it, or to nothing if 'inline' is not supported under any name. */ |
261 |
|
|
#ifndef __cplusplus |
262 |
|
|
#undef inline |
263 |
|
|
#endif |
264 |
gezelter |
860 |
|
265 |
|
|
/* Define to rpl_malloc if the replacement function should be used. */ |
266 |
|
|
#undef malloc |
267 |
|
|
|
268 |
|
|
/* Define to rpl_realloc if the replacement function should be used. */ |
269 |
|
|
#undef realloc |
270 |
|
|
|
271 |
gezelter |
1225 |
/* Define to `unsigned int' if <sys/types.h> does not define. */ |
272 |
gezelter |
860 |
#undef size_t |
273 |
gezelter |
1226 |
|
274 |
|
|
#ifdef SINGLE_PRECISION |
275 |
|
|
typedef float RealType; |
276 |
|
|
#ifdef IS_MPI |
277 |
|
|
#define MPI_REALTYPE MPI_FLOAT |
278 |
|
|
#endif |
279 |
|
|
#else |
280 |
|
|
typedef double RealType; |
281 |
|
|
#ifdef IS_MPI |
282 |
|
|
#define MPI_REALTYPE MPI_DOUBLE |
283 |
|
|
#endif |
284 |
|
|
#endif |