X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=config_h.SH;h=07fbc0315bbf116bcf5e47681bd224667a40836b;hb=1b1e14d34a33bfe0df591910cafcab54421ca8a8;hp=ad136f26db84fa15d2c04d2a4df942b9fbdb9bd3;hpb=10cc9d2a36974e2e1175dbda57d8d05e2b0ce49e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/config_h.SH b/config_h.SH index ad136f2..07fbc03 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1676,6 +1676,12 @@ sed <config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #define LONGLONGSIZE $longlongsize /**/ #endif +/* HAS_MADVISE: + * This symbol, if defined, indicates that the madvise system call is + * available to map a file into memory. + */ +#$d_madvise HAS_MADVISE /**/ + /* HAS_MEMCHR: * This symbol, if defined, indicates that the memchr routine is available * to locate characters within a C string.