home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / unix / include / sys / rcs / socket.h,v < prev    next >
Encoding:
Text File  |  1992-07-04  |  281 b   |  30 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks
  5.     gay_d:1.1; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.1
  10. date    92.07.04.13.30.10;    author gay_d;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @Unix socket ops
  17. @
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @/* Support for socket pairs only */
  26.  
  27. #define AF_UNIX 0
  28. #define SOCK_STREAM 0
  29. @
  30.