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

  1. #ifndef CONF_HAVEPSUID_H
  2. #define CONF_HAVEPSUID_H
  3.  
  4. /* -DHAVE_PSUID if struct proc has a p_suid element. */
  5.  
  6. #if defined(sun) || defined(CONVEX) || defined(DYNIX) || (defined(ULTRIX) && ULTRIX >= 40) /* XXX */
  7. #define HAVE_PSUID
  8. #endif
  9.  
  10. #endif
  11.