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

  1. #ifndef STRUCT_PROTOSW_H
  2. #define STRUCT_PROTOSW_H
  3.  
  4. #include "confdomain.h"
  5. #ifdef DOMAIN
  6. #include <sys/domain.h>
  7. #endif
  8. #include <sys/protosw.h>
  9.  
  10. #endif
  11.