ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/config.h.in
Revision: 1233
Committed: Fri Jun 4 02:38:23 2004 UTC (20 years, 1 month ago) by gezelter
File size: 400 byte(s)
Log Message:
Config changes for fortran access to SimError

File Contents

# User Rev Content
1 gezelter 747 /* Define to a macro mangling the given C identifier (in lower and upper
2     * case), which must not contain underscores, for linking with Fortran. */
3     #undef F90_FUNC
4    
5     /* As F90_FUNC, but for C identifiers containing underscores. */
6     #undef F90_FUNC_
7    
8 gezelter 1233 /* Define to 1 if you find the <mpi.h> header file. */
9     #undef HAVE_MPI_H
10 gezelter 747
11 gezelter 1233 /* Define to 1 if you find the <mpif.h> header file. */
12 gezelter 747 #undef HAVE_MPIF_H