compile conditionally on HAVE_MPI_H.
This commit is contained in:
parent
f0bc4fb458
commit
6480f75b23
@ -34,6 +34,8 @@ Comments: This file provides a set of functions to convert a prolog term to a C
|
|||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if HAVE_MPI_H
|
||||||
|
|
||||||
#ifdef COMPRESS
|
#ifdef COMPRESS
|
||||||
#include "minilzo.h"
|
#include "minilzo.h"
|
||||||
#endif
|
#endif
|
||||||
@ -211,3 +213,4 @@ string2term(char *const ptr,const size_t *size) {
|
|||||||
}
|
}
|
||||||
return t;
|
return t;
|
||||||
}
|
}
|
||||||
|
#ndif /* HAVE_MPI_H */
|
||||||
|
Reference in New Issue
Block a user