home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (c) 1989 Oki Electric Industry Co., Ltd.
- *
- * This file is part of vtalk.
- *
- * Permission to use, copy, modify and distribute this program without
- * fee is grtanted, provided that the above copyright notice appear
- * in all copies.
- *
- */
-
- #define MAX_QUEUE 10
- #define NAME_LEN 64
-
- /* server -> client msg.status */
- #define SUCCESS 0
- #define NOEXIST 1
- #define FAILED 2
- #define UNKNOWN 3
- #define PERMISSION_DENIED 4
- #define NOWAIT 5
-