ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/config.h.in
Revision: 747
Committed: Fri Sep 5 21:28:52 2003 UTC (20 years, 10 months ago) by gezelter
File size: 464 byte(s)
Log Message:
Changes to autoconf / configure method of configuring OOPSE

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     /* MPI library (www.mpich.org) */
9     #undef HAVE_MPI
10    
11     /* Define to 1 if you have the <mpif.h> header file. */
12     #undef HAVE_MPIF_H
13    
14     /* have mpi Fortran header file */
15     #undef MPI_H
16    
17     /* have mpi module */
18     #undef MPI_MOD