| 1 |
/* libmdtools/config.h. Generated by configure. */ |
| 2 |
/* Define to a macro mangling the given C identifier (in lower and upper |
| 3 |
* case), which must not contain underscores, for linking with Fortran. */ |
| 4 |
#define F90_FUNC(name,NAME) name ## _ |
| 5 |
|
| 6 |
/* As F90_FUNC, but for C identifiers containing underscores. */ |
| 7 |
#define F90_FUNC_(name,NAME) name ## _ |
| 8 |
|
| 9 |
/* Define to 1 if you find the <mpi.h> header file. */ |
| 10 |
#define HAVE_MPI_H 1 |
| 11 |
|
| 12 |
/* Define to 1 if you find the <mpif.h> header file. */ |
| 13 |
#define HAVE_MPIF_H 1 |