home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / ext / POSIX / hints / next_3.pl < prev    next >
Text File  |  1999-07-20  |  277b  |  6 lines

  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' ;
  6.