ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/config.h.in
(Generate patch)

Comparing trunk/src/config.h.in (file contents):
Revision 848 by gezelter, Wed Jan 11 23:06:08 2006 UTC vs.
Revision 1137 by chuckv, Tue May 29 22:50:14 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines