summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-02-07 23:49:46 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-02-07 23:49:46 +0000
commitff49bff8f179cd4f0cb16d6811e862f772f03ee0 (patch)
treeb9713b1bcc3b2e3fdf45f88f839de3ff667cadea /perl.h
parentbdbd2f2228a5f903eac5af514b0686141570617f (diff)
downloadperl-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.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 1b44aa61e7..0cfe3e6710 100644
--- a/perl.h
+++ b/perl.h
@@ -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