This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] Re: [PATCH] Re: perl@10611
[perl5.git] / ext / POSIX / hints / next_3.pl
CommitLineData
6193ae6c
A
1# NeXT *does* have setpgid when we use the -posix flag, but
2# doesn't when we don't. The main perl sources are compiled
3# without -posix, so the hints/next_3.sh hint file tells Configure
4# that d_setpgid=undef.
5$self->{CCFLAGS} = $Config{ccflags} . ' -posix -DHAS_SETPGID' ;