From fcca36d2806e41515b94b43abf07e203bcd3e98a Mon Sep 17 00:00:00 2001 From: Graham Fagg Date: Tue, 14 Mar 2006 20:48:50 +0000 Subject: [PATCH] Add missing ifdef This commit was SVN r9279. --- ompi/datatype/datatype_internal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ompi/datatype/datatype_internal.h b/ompi/datatype/datatype_internal.h index 6a161dad81..cf4657f863 100644 --- a/ompi/datatype/datatype_internal.h +++ b/ompi/datatype/datatype_internal.h @@ -294,6 +294,8 @@ static inline int GET_FIRST_NON_LOOP( const dt_elem_desc_t* _pElem ) */ #define OMPI_REQUIRE_DATA_VALIDATION 0 + +#if OMPI_REQUIRE_DATA_VALIDATION #include "opal/util/crc.h" #define MEMCPY_CSUM( DST, SRC, BLENGTH, CONVERTOR ) \