Revision 1482,
692 bytes
checked in by eichin, 36 years ago
(diff) |
Initial revision
|
Line | |
---|
1 | # This file is part of the Project Athena Global Message System. |
---|
2 | # Created by: Mark W. Eichin <eichin@athena.mit.edu> |
---|
3 | # $Source: /afs/dev.mit.edu/source/repository/athena/bin/gms/gethost_err.et,v $ |
---|
4 | # $Author: eichin $ |
---|
5 | # |
---|
6 | # Copyright (c) 1988 by the Massachusetts Institute of Technology. |
---|
7 | # For copying and distribution information, see the file |
---|
8 | # "mit-copyright.h". |
---|
9 | # |
---|
10 | |
---|
11 | et ghs |
---|
12 | |
---|
13 | ec GETHOST_HOST_NOT_FOUND, |
---|
14 | "No such host is known" |
---|
15 | ec GETHOST_TRY_AGAIN, |
---|
16 | "Temporary nameserver error, retry possible" |
---|
17 | ec GETHOST_NO_RECOVERY, |
---|
18 | "Non-recoverable error" |
---|
19 | ec GETHOST_NO_ADDRESS, |
---|
20 | "No address, though other data exist" |
---|
21 | ec GETHOST_INVALID, |
---|
22 | "Unexpected return from gethostbyname error" |
---|
23 | |
---|
24 | end |
---|
25 | |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.