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>
|
||||
#endif
|
||||
|
||||
#if HAVE_MPI_H
|
||||
|
||||
#ifdef COMPRESS
|
||||
#include "minilzo.h"
|
||||
#endif
|
||||
@ -211,3 +213,4 @@ string2term(char *const ptr,const size_t *size) {
|
||||
}
|
||||
return t;
|
||||
}
|
||||
#ndif /* HAVE_MPI_H */
|
||||
|
Reference in New Issue
Block a user