check for MAP_FILE

This commit is contained in:
Mark Andrews 2013-03-26 16:41:20 +11:00
parent 22b5363195
commit 12753e9e31

View file

@ -305,6 +305,9 @@ ATF_TC_BODY(isc_serialize_rbt, tc) {
*/
printf("deserialization begins.\n");
#ifndef MAP_FILE
#define MAP_FILE 0
#endif
/*
* Map in the whole file in one go
*/