1
1

These have to be defined when we don't include ompi_config.h

This commit was SVN r17475.
Этот коммит содержится в:
George Bosilca 2008-02-16 18:05:07 +00:00
родитель 512b24affb
Коммит 058e8d5f11

Просмотреть файл

@ -33,6 +33,18 @@
ompi_config.h must be included before all other files, so this ompi_config.h must be included before all other files, so this
should be good enough */ should be good enough */
/* Whether we have FORTRAN LOGICAL*1 or not */
#undef OMPI_HAVE_FORTRAN_LOGICAL1
/* Whether we have FORTRAN LOGICAL*2 or not */
#undef OMPI_HAVE_FORTRAN_LOGICAL2
/* Whether we have FORTRAN LOGICAL*4 or not */
#undef OMPI_HAVE_FORTRAN_LOGICAL4
/* Whether we have FORTRAN LOGICAL*8 or not */
#undef OMPI_HAVE_FORTRAN_LOGICAL8
/* Whether we have FORTRAN INTEGER*1 or not */ /* Whether we have FORTRAN INTEGER*1 or not */
#undef OMPI_HAVE_FORTRAN_INTEGER1 #undef OMPI_HAVE_FORTRAN_INTEGER1