main.c (main): POSIX states that getopt returns -1 when it is done
authorTheodore Tso <tytso@mit.edu>
Thu, 14 May 1998 04:47:22 +0000 (04:47 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 14 May 1998 04:47:22 +0000 (04:47 +0000)
commite714fd71f74884f93463820d73a7edd9fba6eba6
tree715573e1980641bf38c7df8d3df3559521f89112
parent4bdbf5904b2e38318b1e6f4d8b9aa4b4bebb214a
main.c (main): POSIX states that getopt returns -1 when it is done
parsing options, not EOF.

configure.in: Use standard autoconf test names. Change tests to define
standard autoconf CPP macro names, not the non-standard HAS_GETTOS,
etc.

main.c, commands.c: Use HAVE_GETTOSBYNAME instead of HAS_GETTOS

ring.c, externs.h: Use HAVE_SYS_FILIO_H instead of FILIO_H

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10570 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/telnet/telnet/ChangeLog
src/appl/telnet/telnet/commands.c
src/appl/telnet/telnet/configure.in
src/appl/telnet/telnet/externs.h
src/appl/telnet/telnet/main.c
src/appl/telnet/telnet/ring.c