QNX 1 G 423 PCI 32 

*** 1.1	1996/04/07 19:55:33
--- ./awklib/Makefile	1996/04/07 20:14:39
***************
*** 30,36 ****
  INSTALL_DATA = ${INSTALL} -m 644
  
  CC = cc
! CFLAGS = -g
  
  prefix = /usr/local
  exec_prefix = ${prefix}
--- 30,38 ----
  INSTALL_DATA = ${INSTALL} -m 644
  
  CC = cc
! #-F forces objs to be placed in the same dir as src, default is otherwise under QNX
! #this means pwcat.o ends up in the wrong place :(
! CFLAGS = -g -F
  
  prefix = /usr/local
  exec_prefix = ${prefix}
*** 1.1	1996/04/07 19:33:27
--- ./io.c	1996/04/07 19:51:46
***************
*** 809,815 ****
  	return 0;
  }
  
! #ifdef GETPGRP_VOID
  #define getpgrp_arg() /* nothing */
  #else
  #define getpgrp_arg() getpid()
--- 809,816 ----
  	return 0;
  }
  
! /* the autoconf test for GETPGRP doesn't work for qnx because we don't have setpgrp */
! #if defined(GETPGRP_VOID) || defined(__QNX__)
  #define getpgrp_arg() /* nothing */
  #else
  #define getpgrp_arg() getpid()
