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 972 by gezelter, Wed May 24 18:31:12 2006 UTC vs.
Revision 1425 by gezelter, Tue Mar 30 15:06:13 2010 UTC

# Line 1 | Line 1
1 < #define OOPSE_VERSION_MAJOR 3
2 < #define OOPSE_VERSION_MINOR 1
3 < #define OOPSE_VERSION_TINY  0
4 < /* The version of Open Babel */
5 < #define BABEL_VERSION "2.0.0rc1"
1 > #define OPENMD_VERSION_MAJOR 1
2 > #define OPENMD_VERSION_MINOR 0
3 > #define OPENMD_VERSION_TINY  2
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  
9 < /* Is defined if OOPSE should be compiled with single precision arithmetic. */
9 > /* Is defined if OpenMD should be compiled with single precision arithmetic. */
10   #undef SINGLE_PRECISION
11  
14 /* The CGAL version number. */
15 #undef CGAL_VERSION
16
12   /* Define to dummy `main' function (if any) required to link to the Fortran
13     libraries. */
14   #undef FC_DUMMY_MAIN
# Line 31 | Line 26
26   /* define if fstream::open() accepts third parameter. */
27   #undef FSTREAM_OPEN_PROT
28  
29 < /* Is defined if the CGAL library is available. */
30 < #undef HAVE_CGAL
29 > /* Is defined if the qhull library is available. */
30 > #undef HAVE_QHULL
31  
32   /* Define to 1 if the system has the type `clock_t'. */
33   #undef HAVE_CLOCK_T
# Line 61 | Line 56
56   /* Define to 1 if you have the `floor' function. */
57   #undef HAVE_FLOOR
58  
64 /* Define to 1 if you have the <fstream> header file. */
65 #undef HAVE_FSTREAM
66
67 /* define if we have fstream::attach(). */
68 #undef HAVE_FSTREAM_ATTACH
69
70 /* Define to 1 if you have the <fstream.h> header file. */
71 #undef HAVE_FSTREAM_H
72
73 /* define if we have fstream::open(). */
74 #undef HAVE_FSTREAM_OPEN
75
76 /* Define to 1 if you have the <getopt.h> header file. */
77 #undef HAVE_GETOPT_H
78
79 /* Define to 1 if you have the `getopt_long' function. */
80 #undef HAVE_GETOPT_LONG
81
59   /* Define to 1 if you have the `getpagesize' function. */
60   #undef HAVE_GETPAGESIZE
61  
# Line 91 | Line 68
68   /* Define to 1 if you have the <inttypes.h> header file. */
69   #undef HAVE_INTTYPES_H
70  
94 /* Define to 1 if you have the <iomanip> header file. */
95 #undef HAVE_IOMANIP
96
97 /* Define to 1 if you have the <iomanip.h> header file. */
98 #undef HAVE_IOMANIP_H
99
100 /* Define to 1 if you have the <iostream> header file. */
101 #undef HAVE_IOSTREAM
102
103 /* Define to 1 if you have the <iostream.h> header file. */
104 #undef HAVE_IOSTREAM_H
105
71   /* Define to 1 if you have the <libintl.h> header file. */
72   #undef HAVE_LIBINTL_H
73  
109 /* Define to 1 if you have the `m' library (-lm). */
110 #undef HAVE_LIBM
111
74   /* Define to 1 if you have the `z' library (-lz). */
75   #undef HAVE_LIBZ
76  
# Line 122 | Line 84
84     to 0 otherwise. */
85   #undef HAVE_MALLOC
86  
125 /* Define to 1 if you have the <math.h> header file. */
126 #undef HAVE_MATH_H
127
128 /* Define to 1 if you have the `memchr' function. */
129 #undef HAVE_MEMCHR
130
131 /* Define to 1 if you have the `memmove' function. */
132 #undef HAVE_MEMMOVE
133
87   /* Define to 1 if you have the <memory.h> header file. */
88   #undef HAVE_MEMORY_H
89  
90   /* Define to 1 if you have the `memset' function. */
91   #undef HAVE_MEMSET
92  
140 /* have mpif.h */
141 #undef HAVE_MPIF_H
142
143 /* have mpi.h */
144 #undef HAVE_MPI_H
145
146 /* define if the compiler implements namespaces */
147 #undef HAVE_NAMESPACES
148
93   /* Define to 1 if you have the `pow' function. */
94   #undef HAVE_POW
95  
# Line 159 | Line 103
103     and to 0 otherwise. */
104   #undef HAVE_REALLOC
105  
162 /* Define to 1 if you have the `rint' function. */
163 #undef HAVE_RINT
164
106   /* Define to 1 if you have the `select' function. */
107   #undef HAVE_SELECT
108  
168 /* Define to 1 if you have the `snprintf' function. */
169 #undef HAVE_SNPRINTF
170
109   /* Define to 1 if you have the `sqrt' function. */
110   #undef HAVE_SQRT
111  
174 /* Define to 1 if you have the `sranddev' function. */
175 #undef HAVE_SRANDDEV
176
177 /* Define to 1 if you have the <sstream> header file. */
178 #undef HAVE_SSTREAM
179
112   /* Define to 1 if stdbool.h conforms to C99. */
113   #undef HAVE_STDBOOL_H
114  
183 /* Define to 1 if you have the <stddef.h> header file. */
184 #undef HAVE_STDDEF_H
185
115   /* Define to 1 if you have the <stdint.h> header file. */
116   #undef HAVE_STDINT_H
117  
189 /* Define to 1 if you have the <stdio.h> header file. */
190 #undef HAVE_STDIO_H
191
118   /* Define to 1 if you have the <stdlib.h> header file. */
119   #undef HAVE_STDLIB_H
120  
195 /* define if C++ iostream is in namespace std. */
196 #undef HAVE_STD_IOSTREAM
197
198 /* define if C++ Standard Template Library is in namespace std */
199 #undef HAVE_STD_STL
200
201 /* define if the compiler supports Standard Template Library */
202 #undef HAVE_STL
203
121   /* Define to 1 if you have the `strcasecmp' function. */
122   #undef HAVE_STRCASECMP
123  
# Line 210 | Line 127
127   /* Define to 1 if you have the `strdup' function. */
128   #undef HAVE_STRDUP
129  
213 /* Define to 1 if you have the `strftime' function. */
214 #undef HAVE_STRFTIME
215
130   /* Define to 1 if you have the `stricmp' function. */
131   #undef HAVE_STRICMP
132  
# Line 228 | Line 142
142   /* Define to 1 if you have the `strnicmp' function. */
143   #undef HAVE_STRNICMP
144  
231 /* Define to 1 if you have the `strrchr' function. */
232 #undef HAVE_STRRCHR
233
145   /* Define to 1 if you have the `strstr' function. */
146   #undef HAVE_STRSTR
147  
237 /* Define to 1 if you have the <strstream> header file. */
238 #undef HAVE_STRSTREAM
239
240 /* Define to 1 if you have the <strstream.h> header file. */
241 #undef HAVE_STRSTREAM_H
242
148   /* Define to 1 if you have the `strtol' function. */
149   #undef HAVE_STRTOL
150  
# Line 288 | Line 193
193   /* Define to 1 if you have the `table' function. */
194   #undef HAVE_TABLE
195  
291 /* Define to 1 if you have the <time.h> header file. */
292 #undef HAVE_TIME_H
293
196   /* Define to 1 if you have the <unistd.h> header file. */
197   #undef HAVE_UNISTD_H
198  
297 /* Define to 1 if you have the <zlib.h> header file. */
298 #undef HAVE_ZLIB_H
299
199   /* Define to 1 if the system has the type `_Bool'. */
200   #undef HAVE__BOOL
201  
202   /* Define if you have the _system_configuration variable. */
203   #undef HAVE__SYSTEM_CONFIGURATION
204  
306 /* Used to export symbols for DLL / shared library builds */
307 #undef OBAPI
308
205   /* Define to the address where bug reports for this package should be sent. */
206   #undef PACKAGE_BUGREPORT
207  
# Line 348 | Line 244
244   /* needed by DEC/Compaq/HP cxx to activate ANSI standard iostream. */
245   #undef __USE_STD_IOSTREAM
246  
351 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
352 #undef __func__
353
247   /* Define to empty if `const' does not conform to ANSI C. */
248   #undef const
249  
# Line 369 | Line 262
262   /* Define to rpl_realloc if the replacement function should be used. */
263   #undef realloc
264  
265 < /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
373 <   supported. Do not define if restrict is supported directly. */
374 < #undef restrict
375 <
376 < /* Define to `unsigned' if <sys/types.h> does not define. */
265 > /* Define to `unsigned int' if <sys/types.h> does not define. */
266   #undef size_t
267  
268   #ifdef SINGLE_PRECISION
269   typedef float RealType;
270   #ifdef IS_MPI
271   #define MPI_REALTYPE MPI_FLOAT
272 + #define REALTYPE FLOAT
273 + #define REALTYPE_INT FLOAT_INT
274   #endif
275   #else
276   typedef double RealType;
277   #ifdef IS_MPI
278   #define MPI_REALTYPE MPI_DOUBLE
279 + #define REALTYPE DOUBLE
280 + #define REALTYPE_INT DOUBLE_INT
281   #endif
282   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines