This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In makedef.pl, use HAS_{MMAP,SIGACTION} instead of d_{mmap,sigaction}.
authorNicholas Clark <nick@ccl4.org>
Thu, 28 Jul 2011 09:40:48 +0000 (11:40 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:48 +0000 (11:53 +0200)
commitbd1ae5d27dcecc224f46af9ab8eaa96b84cbf333
treed08e011f13c8941b5fe85708a7033838c1ccb9fd
parentc85dd27b1a77d54fa54564d9f0c5fb16964ef9d3
In makedef.pl, use HAS_{MMAP,SIGACTION} instead of d_{mmap,sigaction}.

All defines matching /^HAS_/ are read from config.h, so no need for special
code to read the corresponding variables from config.sh.
makedef.pl