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

  1. #ifndef STRUCT_PROC_H
  2. #define STRUCT_PROC_H
  3.  
  4. /* On an optimal system, this file would contain solely: */
  5. /* #include <sys/proc.h> */
  6.  
  7. #include <sys/types.h>
  8. #include <sys/param.h>
  9. #ifndef ITIMER_REAL
  10. #include <sys/time.h>
  11. #endif
  12. #include <sys/proc.h>
  13. #include "confhavepsuid.h"
  14. #ifndef HAVE_PSUID
  15. #define p_suid p_uid
  16. #endif
  17.  
  18. #endif
  19.