1/* mpe_conf.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if Fortran names are lowercase */
4#undef F77_NAME_LOWER
5
6/* Define if Fortran names containing an underscore have two trailing
7   underscores */
8#undef F77_NAME_LOWER_2USCORE
9
10/* Define if Fortran names are lowercase with a trailing underscore */
11#undef F77_NAME_LOWER_USCORE
12
13/* Define if Fortran names preserve the original case */
14#undef F77_NAME_MIXED
15
16/* Define if Fortran names preserve the original case and add a trailing
17   underscore */
18#undef F77_NAME_MIXED_USCORE
19
20/* Define if Fortran names are uppercase */
21#undef F77_NAME_UPPER
22
23/* Define if long long allowed */
24#undef HAVE_LONG_LONG
25
26/* Define if MPI_Wtime available */
27#undef HAVE_MPI_WTIME
28
29/* Define to the address where bug reports for this package should be sent. */
30#undef PACKAGE_BUGREPORT
31
32/* Define to the full name of this package. */
33#undef PACKAGE_NAME
34
35/* Define to the full name and version of this package. */
36#undef PACKAGE_STRING
37
38/* Define to the one symbol short name of this package. */
39#undef PACKAGE_TARNAME
40
41/* Define to the home page for this package. */
42#undef PACKAGE_URL
43
44/* Define to the version of this package. */
45#undef PACKAGE_VERSION
46
47/* Define calling convention */
48#undef STDCALL
49