home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3296 / confhaveppid.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-07  |  202 b   |  11 lines

  1. #ifndef CONF_HAVE_PPID_H
  2. #define CONF_HAVE_PPID_H
  3.  
  4. /* -DHAVE_PPID if struct proc has a p_ppid element. */
  5.  
  6. #ifndef ZS /* XXX: could look it up in user relation table */
  7. #define HAVE_PPID
  8. #endif
  9.  
  10. #endif
  11.