Revision 14063,
1.0 KB
checked in by danw, 25 years ago
(diff) |
get_message, formerly in athena/bin/gms
|
Line | |
---|
1 | # $Id: gethost_err.et,v 1.1 1999-12-08 22:06:45 danw Exp $ |
---|
2 | |
---|
3 | # Copyright 1988, 1998 by the Massachusetts Institute of Technology. |
---|
4 | # |
---|
5 | # Permission to use, copy, modify, and distribute this |
---|
6 | # software and its documentation for any purpose and without |
---|
7 | # fee is hereby granted, provided that the above copyright |
---|
8 | # notice appear in all copies and that both that copyright |
---|
9 | # notice and this permission notice appear in supporting |
---|
10 | # documentation, and that the name of M.I.T. not be used in |
---|
11 | # advertising or publicity pertaining to distribution of the |
---|
12 | # software without specific, written prior permission. |
---|
13 | # M.I.T. makes no representations about the suitability of |
---|
14 | # this software for any purpose. It is provided "as is" |
---|
15 | # without express or implied warranty. |
---|
16 | |
---|
17 | et ghs |
---|
18 | |
---|
19 | ec GETHOST_HOST_NOT_FOUND, |
---|
20 | "No such host is known" |
---|
21 | ec GETHOST_TRY_AGAIN, |
---|
22 | "Temporary nameserver error, retry possible" |
---|
23 | ec GETHOST_NO_RECOVERY, |
---|
24 | "Non-recoverable error" |
---|
25 | ec GETHOST_NO_ADDRESS, |
---|
26 | "No address, though other data exist" |
---|
27 | ec GETHOST_INVALID, |
---|
28 | "Unexpected return from gethostbyname error" |
---|
29 | |
---|
30 | end |
---|
31 | |
---|
32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.