summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/POSIX/hints/next_3.pl
blob: d90778398b2727102e437532147cd83f4eacfec1 (plain)
1
2
3
4
5
# NeXT *does* have setpgid when we use the -posix flag, but
# doesn't when we don't.  The main perl sources are compiled
# without -posix, so the hints/next_3.sh hint file tells Configure
# that  d_setpgid=undef.
$self->{CCFLAGS} = $Config{ccflags} . ' -posix -DHAS_SETPGID' ;
OpenPOWER on IntegriCloud