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

  1. #ifndef CONF_FCREDPTR_H
  2. #define CONF_FCREDPTR_H
  3.  
  4. /* -DFCRED_ISNOT_POINTER if file->f_cred is a struct ucred. */
  5. /* -UFCRED_ISNOT_POINTER if file->f_cred is a pointer to struct ucred. */
  6. /* Irrelevant under -UHAVE_UCRED. */
  7.  
  8. #ifdef CONVEX
  9. #define FCRED_ISNOT_POINTER
  10. #endif
  11.  
  12. #endif
  13.