| 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 |