diff options
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index b8d57b7..45d725d 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -185,6 +185,12 @@ /* Define to 1 if you have the <mpe.h> header file. */ #undef HAVE_MPE_H +/* Define if `MPI_Comm_c2f' and `MPI_Comm_f2c' exists */ +#undef HAVE_MPI_MULTI_LANG_Comm + +/* Define if `MPI_Info_c2f' and `MPI_Info_f2c' exists */ +#undef HAVE_MPI_MULTI_LANG_Info + /* Define to 1 if you have the <netinet/tcp.h> header file. */ #undef HAVE_NETINET_TCP_H |