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

Comparing branches/development/src/config.h.in (file contents):
Revision 1535 by gezelter, Fri Dec 31 18:31:56 2010 UTC vs.
Revision 1600 by gezelter, Wed Aug 3 20:20:37 2011 UTC

# Line 3 | Line 3
3   #define OPENMD_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
6  
7   /* Is defined if OpenMD should be compiled with single precision arithmetic. */
8   #undef SINGLE_PRECISION
11
12 /* Define to dummy `main' function (if any) required to link to the Fortran
13   libraries. */
14 #undef FC_DUMMY_MAIN
15
16 /* Define if F77 and FC dummy `main' functions are identical. */
17 #undef FC_DUMMY_MAIN_EQ_F77
9  
19 /* Define to a macro mangling the given C identifier (in lower and upper
20   case), which must not contain underscores, for linking with Fortran. */
21 #undef FC_FUNC
22
23 /* As FC_FUNC, but for C identifiers containing underscores. */
24 #undef FC_FUNC_
25
10   /* define if fstream::open() accepts third parameter. */
11   #undef FSTREAM_OPEN_PROT
12  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines