source: trunk/athena/bin/gms/hesiod_err.et @ 12181

Revision 12181, 1.1 KB checked in by ghudson, 26 years ago (diff)
Normalize copyright statements and RCS IDs.
Line 
1# $Id: hesiod_err.et,v 1.2 1998-12-03 19:38:31 ghudson 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      hes
18
19ec  HESIOD_ER_UNINIT,
20        "Hesiod uninitialized"
21ec  HESIOD_ER_OK,
22        "No hesiod error detected(?)"
23ec  HESIOD_ER_NOTFOUND,
24        "Hesiod name not found by Hesiod server"
25ec  HESIOD_ER_CONFIG,
26        "local Hesiod problem (no config file?)"
27ec  HESIOD_ER_NET,
28        "Hesiod network problem"
29ec  HESIOD_ER_INVALID,
30        "Unexpected return from Hesiod error"
31        end
32
33
Note: See TracBrowser for help on using the repository browser.