mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:22:05 -04:00
check for MAP_FILE
This commit is contained in:
parent
22b5363195
commit
12753e9e31
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue