1
1

Added a couple of needed defines

This commit was SVN r4594.
Этот коммит содержится в:
Josh Hursey 2005-03-01 15:39:58 +00:00
родитель 996f813a2a
Коммит 7716230371

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

@ -377,6 +377,12 @@
/* Do we have native Solaris threads */
#define OMPI_HAVE_SOLARIS_THREADS 0
/* Do we want to enable MPI Threads */
#define OMPI_ENABLE_MPI_THREADS 0
/* Do we want the progress thread */
#define OMPI_ENABLE_PROGRESS_THREADS 0
/* Whether we have __va_copy or not */
#define OMPI_HAVE_UNDERSCORE_VA_COPY 0