home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2375 / vtalk.h < prev    next >
Text File  |  1990-12-28  |  476b  |  22 lines

  1. /* 
  2.  *   Copyright (c) 1989 Oki Electric Industry Co., Ltd.
  3.  *
  4.  *   This file is part of vtalk.
  5.  *
  6.  *   Permission to use, copy, modify and distribute this program without
  7.  *   fee is grtanted,  provided that  the above  copyright notice appear
  8.  *   in all copies.
  9.  *
  10.  */
  11.  
  12. #define MAX_QUEUE 10
  13. #define NAME_LEN 64
  14.  
  15. /* server -> client msg.status */
  16. #define SUCCESS 0  
  17. #define NOEXIST 1  
  18. #define FAILED  2  
  19. #define UNKNOWN 3  
  20. #define PERMISSION_DENIED 4 
  21. #define NOWAIT 5 
  22.