diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-10 12:45:37 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2006-09-10 12:45:37 +0000 |
commit | f40afd8dc51a5aae19b03a3c923b842780e41435 (patch) | |
tree | 5c906fd52dc4278b718cf93bbcf9821e36ad365c /source/lib | |
parent | abfc84640e3bde45f1921c496c303d36bc3e4e1b (diff) | |
download | samba-f40afd8dc51a5aae19b03a3c923b842780e41435.tar.gz samba-f40afd8dc51a5aae19b03a3c923b842780e41435.tar.xz samba-f40afd8dc51a5aae19b03a3c923b842780e41435.zip |
r18337: more -Ae tests in check_cc.m4
honor the MMAP_BLACKLIST
Diffstat (limited to 'source/lib')
-rw-r--r-- | source/lib/replace/replace.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/lib/replace/replace.h b/source/lib/replace/replace.h index 88fec3f4d79..ee86a81b5d3 100644 --- a/source/lib/replace/replace.h +++ b/source/lib/replace/replace.h @@ -352,4 +352,8 @@ typedef int bool; #define __STRING(x) #x #endif +#if MMAP_BLACKLIST +#undef HAVE_MMAP +#endif + #endif |