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

Comparing trunk/src/config.h.in (file contents):
Revision 1210 by gezelter, Wed Jan 23 03:45:33 2008 UTC vs.
Revision 1225 by gezelter, Fri Feb 8 21:33:46 2008 UTC

# Line 1 | Line 1
1 < #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
1 > /* config.h.in.  Generated from configure.in by autoheader.  */
2  
9 /* 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
3   /* Define to 1 if you have the `floor' function. */
4   #undef HAVE_FLOOR
5  
65 /* Define to 1 if you have the <fstream> header file. */
66 #undef HAVE_FSTREAM
67
68 /* define if we have fstream::attach(). */
69 #undef HAVE_FSTREAM_ATTACH
70
71 /* Define to 1 if you have the <fstream.h> header file. */
72 #undef HAVE_FSTREAM_H
73
74 /* define if we have fstream::open(). */
75 #undef HAVE_FSTREAM_OPEN
76
77 /* Define to 1 if you have the <getopt.h> header file. */
78 #undef HAVE_GETOPT_H
79
80 /* Define to 1 if you have the `getopt_long' function. */
81 #undef HAVE_GETOPT_LONG
82
6   /* Define to 1 if you have the `getpagesize' function. */
7   #undef HAVE_GETPAGESIZE
8  
86 /* Define to 1 if you have the `getsysinfo' function. */
87 #undef HAVE_GETSYSINFO
88
9   /* Define to 1 if you have the `gettimeofday' function. */
10   #undef HAVE_GETTIMEOFDAY
11  
12   /* Define to 1 if you have the <inttypes.h> header file. */
13   #undef HAVE_INTTYPES_H
14  
95 /* Define to 1 if you have the <iomanip> header file. */
96 #undef HAVE_IOMANIP
97
98 /* Define to 1 if you have the <iomanip.h> header file. */
99 #undef HAVE_IOMANIP_H
100
101 /* Define to 1 if you have the <iostream> header file. */
102 #undef HAVE_IOSTREAM
103
104 /* Define to 1 if you have the <iostream.h> header file. */
105 #undef HAVE_IOSTREAM_H
106
15   /* Define to 1 if you have the <libintl.h> header file. */
16   #undef HAVE_LIBINTL_H
17  
110 /* Define to 1 if you have the `m' library (-lm). */
111 #undef HAVE_LIBM
112
113 /* Define to 1 if you have the `z' library (-lz). */
114 #undef HAVE_LIBZ
115
18   /* Define to 1 if you have the <limits.h> header file. */
19   #undef HAVE_LIMITS_H
20  
119 /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
120 #undef HAVE_MACHINE_HAL_SYSINFO_H
121
21   /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
22     to 0 otherwise. */
23   #undef HAVE_MALLOC
24  
126 /* Define to 1 if you have the <math.h> header file. */
127 #undef HAVE_MATH_H
128
129 /* Define to 1 if you have the `memchr' function. */
130 #undef HAVE_MEMCHR
131
132 /* Define to 1 if you have the `memmove' function. */
133 #undef HAVE_MEMMOVE
134
25   /* Define to 1 if you have the <memory.h> header file. */
26   #undef HAVE_MEMORY_H
27  
28   /* Define to 1 if you have the `memset' function. */
29   #undef HAVE_MEMSET
30  
141 /* have mpif.h */
142 #undef HAVE_MPIF_H
143
144 /* have mpi.h */
145 #undef HAVE_MPI_H
146
147 /* define if the compiler implements namespaces */
148 #undef HAVE_NAMESPACES
149
31   /* Define to 1 if you have the `pow' function. */
32   #undef HAVE_POW
33  
34   /* Define to 1 if you have the `pstat_getdynamic' function. */
35   #undef HAVE_PSTAT_GETDYNAMIC
155
156 /* Define to 1 if you have the `pstat_getstatic' function. */
157 #undef HAVE_PSTAT_GETSTATIC
36  
37   /* Define to 1 if your system has a GNU libc compatible `realloc' function,
38     and to 0 otherwise. */
39   #undef HAVE_REALLOC
40  
163 /* Define to 1 if you have the `rint' function. */
164 #undef HAVE_RINT
165
41   /* Define to 1 if you have the `select' function. */
42   #undef HAVE_SELECT
43  
169 /* Define to 1 if you have the `snprintf' function. */
170 #undef HAVE_SNPRINTF
171
44   /* Define to 1 if you have the `sqrt' function. */
45   #undef HAVE_SQRT
46  
175 /* Define to 1 if you have the `sranddev' function. */
176 #undef HAVE_SRANDDEV
177
178 /* Define to 1 if you have the <sstream> header file. */
179 #undef HAVE_SSTREAM
180
47   /* Define to 1 if stdbool.h conforms to C99. */
48   #undef HAVE_STDBOOL_H
49  
184 /* Define to 1 if you have the <stddef.h> header file. */
185 #undef HAVE_STDDEF_H
186
50   /* Define to 1 if you have the <stdint.h> header file. */
51   #undef HAVE_STDINT_H
52  
190 /* Define to 1 if you have the <stdio.h> header file. */
191 #undef HAVE_STDIO_H
192
53   /* Define to 1 if you have the <stdlib.h> header file. */
54   #undef HAVE_STDLIB_H
55  
196 /* define if C++ iostream is in namespace std. */
197 #undef HAVE_STD_IOSTREAM
198
199 /* define if C++ Standard Template Library is in namespace std */
200 #undef HAVE_STD_STL
201
202 /* define if the compiler supports Standard Template Library */
203 #undef HAVE_STL
204
56   /* Define to 1 if you have the `strcasecmp' function. */
57   #undef HAVE_STRCASECMP
58  
# Line 211 | Line 62
62   /* Define to 1 if you have the `strdup' function. */
63   #undef HAVE_STRDUP
64  
214 /* Define to 1 if you have the `strftime' function. */
215 #undef HAVE_STRFTIME
216
217 /* Define to 1 if you have the `stricmp' function. */
218 #undef HAVE_STRICMP
219
65   /* Define to 1 if you have the <strings.h> header file. */
66   #undef HAVE_STRINGS_H
67  
# Line 226 | Line 71
71   /* Define to 1 if you have the `strncasecmp' function. */
72   #undef HAVE_STRNCASECMP
73  
229 /* Define to 1 if you have the `strnicmp' function. */
230 #undef HAVE_STRNICMP
231
232 /* Define to 1 if you have the `strrchr' function. */
233 #undef HAVE_STRRCHR
234
74   /* Define to 1 if you have the `strstr' function. */
75   #undef HAVE_STRSTR
76  
238 /* Define to 1 if you have the <strstream> header file. */
239 #undef HAVE_STRSTREAM
240
241 /* Define to 1 if you have the <strstream.h> header file. */
242 #undef HAVE_STRSTREAM_H
243
77   /* Define to 1 if you have the `strtol' function. */
78   #undef HAVE_STRTOL
79  
247 /* Define to 1 if you have the `sysctl' function. */
248 #undef HAVE_SYSCTL
249
250 /* Define to 1 if you have the `sysmp' function. */
251 #undef HAVE_SYSMP
252
80   /* Define to 1 if you have the <sys/param.h> header file. */
81   #undef HAVE_SYS_PARAM_H
82  
256 /* Define to 1 if you have the <sys/pstat.h> header file. */
257 #undef HAVE_SYS_PSTAT_H
258
83   /* Define to 1 if you have the <sys/select.h> header file. */
84   #undef HAVE_SYS_SELECT_H
85  
# Line 265 | Line 89
89   /* Define to 1 if you have the <sys/stat.h> header file. */
90   #undef HAVE_SYS_STAT_H
91  
268 /* Define to 1 if you have the <sys/sysctl.h> header file. */
269 #undef HAVE_SYS_SYSCTL_H
270
271 /* Define to 1 if you have the <sys/sysinfo.h> header file. */
272 #undef HAVE_SYS_SYSINFO_H
273
274 /* Define to 1 if you have the <sys/sysmp.h> header file. */
275 #undef HAVE_SYS_SYSMP_H
276
277 /* Define to 1 if you have the <sys/systemcfg.h> header file. */
278 #undef HAVE_SYS_SYSTEMCFG_H
279
280 /* Define to 1 if you have the <sys/table.h> header file. */
281 #undef HAVE_SYS_TABLE_H
282
92   /* Define to 1 if you have the <sys/time.h> header file. */
93   #undef HAVE_SYS_TIME_H
94  
95   /* Define to 1 if you have the <sys/types.h> header file. */
96   #undef HAVE_SYS_TYPES_H
97  
289 /* Define to 1 if you have the `table' function. */
290 #undef HAVE_TABLE
291
292 /* Define to 1 if you have the <time.h> header file. */
293 #undef HAVE_TIME_H
294
98   /* Define to 1 if you have the <unistd.h> header file. */
99   #undef HAVE_UNISTD_H
100  
298 /* Define to 1 if you have the <zlib.h> header file. */
299 #undef HAVE_ZLIB_H
300
101   /* Define to 1 if the system has the type `_Bool'. */
102   #undef HAVE__BOOL
103  
304 /* Define if you have the _system_configuration variable. */
305 #undef HAVE__SYSTEM_CONFIGURATION
306
307 /* Used to export symbols for DLL / shared library builds */
308 #undef OBAPI
309
104   /* Define to the address where bug reports for this package should be sent. */
105   #undef PACKAGE_BUGREPORT
106  
# Line 322 | Line 116
116   /* Define to the version of this package. */
117   #undef PACKAGE_VERSION
118  
325 /* Path to ps program */
326 #undef PSCOMMAND
327
328 /* ps uses BSD-style arguments */
329 #undef PSTYPE_IS_BSD
330
331 /* ps uses POSIX-style arguments */
332 #undef PSTYPE_IS_POSIX
333
119   /* Define to the type of arg 1 for `select'. */
120   #undef SELECT_TYPE_ARG1
121  
# Line 346 | Line 131
131   /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
132   #undef TIME_WITH_SYS_TIME
133  
349 /* needed by DEC/Compaq/HP cxx to activate ANSI standard iostream. */
350 #undef __USE_STD_IOSTREAM
351
352 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
353 #undef __func__
354
134   /* Define to empty if `const' does not conform to ANSI C. */
135   #undef const
136  
358 /* Code compiled in debug mode */
359 #undef debug
360
137   /* Define to `__inline__' or `__inline' if that's what the C compiler
138     calls it, or to nothing if 'inline' is not supported under any name.  */
139   #ifndef __cplusplus
# Line 370 | Line 146
146   /* Define to rpl_realloc if the replacement function should be used. */
147   #undef realloc
148  
149 < /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
374 <   supported. Do not define if restrict is supported directly. */
375 < #undef restrict
376 <
377 < /* Define to `unsigned' if <sys/types.h> does not define. */
149 > /* Define to `unsigned int' if <sys/types.h> does not define. */
150   #undef size_t
379
380 #ifdef SINGLE_PRECISION
381 typedef float RealType;
382 #ifdef IS_MPI
383 #define MPI_REALTYPE MPI_FLOAT
384 #endif
385 #else
386 typedef double RealType;
387 #ifdef IS_MPI
388 #define MPI_REALTYPE MPI_DOUBLE
389 #endif
390 #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines