1 #ifndef PyMPI_CONFIG_UNKNOWN_H
2 #define PyMPI_CONFIG_UNKNOWN_H
3 
4 /* ------------------------------------------------------------------------- */
5 
6 #include "mpi-11.h"
7 #include "mpi-12.h"
8 #include "mpi-20.h"
9 #include "mpi-22.h"
10 #include "mpi-30.h"
11 #include "mpi-31.h"
12 
13 /* ------------------------------------------------------------------------- */
14 
15 /* These types are difficult to implement portably */
16 #undef PyMPI_HAVE_MPI_INTEGER16
17 #undef PyMPI_HAVE_MPI_REAL2
18 #undef PyMPI_HAVE_MPI_COMPLEX4
19 
20 /* ------------------------------------------------------------------------- */
21 
22 #endif /* !PyMPI_CONFIG_UNKNOWN_H */
23