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