source: trunk/essentials/dev-lang/perl/ext/POSIX/hints/next_3.pl

Last change on this file was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 277 bytes
Line 
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' ;
Note: See TracBrowser for help on using the repository browser.