summaryrefslogtreecommitdiffstats
path: root/source/lib/replace/replace.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-10 12:45:37 +0000
committerAndrew Tridgell <tridge@samba.org>2006-09-10 12:45:37 +0000
commitf40afd8dc51a5aae19b03a3c923b842780e41435 (patch)
tree5c906fd52dc4278b718cf93bbcf9821e36ad365c /source/lib/replace/replace.h
parentabfc84640e3bde45f1921c496c303d36bc3e4e1b (diff)
downloadsamba-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/replace/replace.h')
-rw-r--r--source/lib/replace/replace.h4
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