diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 17:31:19 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-28 17:31:19 +0000 |
commit | 1e8c3fdea51149600e0609399784ddcc038b4053 (patch) | |
tree | eb3071ec84d3d9b040d22efb9fb1194dd1f47641 /config_h.SH | |
parent | 140a4568e52b385dcf174356de8d99c245712353 (diff) | |
download | perl-1e8c3fdea51149600e0609399784ddcc038b4053.tar.gz |
Put back madvise lost because of a typo.
p4raw-id: //depot/cfgperl@5326
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index ad136f26db..07fbc0315b 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1676,6 +1676,12 @@ sed <<!GROK!THIS! >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. |