Use MAXDNAME for the maximum length of a domain,
authorSam Hartman <hartmans@mit.edu>
Mon, 26 Feb 1996 08:36:47 +0000 (08:36 +0000)
committerSam Hartman <hartmans@mit.edu>
Mon, 26 Feb 1996 08:36:47 +0000 (08:36 +0000)
commitd62b2c8fd06b1e3de1a928d7b205bea2ce2924a2
treef3761853848bc88096d5d2afe8cb7d0ac230836d
parentc1b2f76b318c5e6483ae8d1e7752196006738d04
Use MAXDNAME for the maximum length of a domain,
*not* MAXHOSTNAMELEN, which is the maximum length
of an argument to gethostname or sethostname.
Look for arpa/nameser.h to find this constant,
defining it to 256 inf not present in an included file.

Call USE_ANAME in the configure.in, so db library is included.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7549 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/telnet/telnetd/ChangeLog
src/appl/telnet/telnetd/configure.in
src/appl/telnet/telnetd/telnetd.c