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 811 by gezelter, Thu Dec 15 14:47:17 2005 UTC vs.
Revision 848 by gezelter, Wed Jan 11 23:06:08 2006 UTC

# Line 2 | Line 2
2   #define OOPSE_VERSION_MINOR 1
3   #define OOPSE_VERSION_TINY  4
4  
5 + #undef __func__
6 +
7   #define MK_STR(s) # s
8   #define STR_DEFINE(t, s) t = MK_STR(s)
9  
10   /* Define to a macro mangling the given C identifier (in lower and upper
11   *    case), which must not contain underscores, for linking with Fortran. */
12 < #undef F90_FUNC
12 > #undef FC_FUNC
13  
14   /* As F90_FUNC, but for C identifiers containing underscores. */
15 < #undef F90_FUNC_
15 > #undef FC_FUNC_
16  
17   /* Define to 1 if you find the <mpi.h> header file. */
18   #undef HAVE_MPI_H

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines