diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-07 23:49:46 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-07 23:49:46 +0000 |
commit | ff49bff8f179cd4f0cb16d6811e862f772f03ee0 (patch) | |
tree | b9713b1bcc3b2e3fdf45f88f839de3ff667cadea /perl.h | |
parent | bdbd2f2228a5f903eac5af514b0686141570617f (diff) | |
download | perl-ff49bff8f179cd4f0cb16d6811e862f772f03ee0.tar.gz |
Configure update.
Probe for mmap() et alia.
The *cc*symbols patch (just Configure, no h2ph).
p4raw-id: //depot/cfgperl@2829
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -2782,7 +2782,19 @@ typedef struct am_table_short AMTS; # endif #endif -/* Mention INSTALL_USR_BIN_PERL here so that Configure picks it up. */ +/* Mention + + INSTALL_USR_BIN_PERL + + I_SYS_MMAN + HAS_MMAP + HAS_MUNMAP + HAS_MPROTECT + HAS_MSYNC + HAS_MADVISE + Mmap_t + + here so that Configure picks them up. */ #ifdef IAMSUID |