sim_client.c (main): Added better options parsing for more flexibility
authorTheodore Tso <tytso@mit.edu>
Fri, 15 Sep 1995 09:03:42 +0000 (09:03 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 15 Sep 1995 09:03:42 +0000 (09:03 +0000)
commit81fa3c450617cd222d0bf22caabe7ab35ea36dfa
tree00b5bae917e38d6bed9c09f691e242a295a6e9b7
parentdca7f60026e64d2c463f1a679eca9d87d533ab15
sim_client.c (main): Added better options parsing for more flexibility
in calling this program.  Worked around breakage in the Solaris
Streams Sockets emulation where getsockname() can not be used to find
out the address of a network interface.

configure.in: If we are including both -lsocket and -lnsl, #define
BROKEN_STREAMS_SOCKETS.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6791 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/simple/client/ChangeLog
src/appl/simple/client/configure.in
src/appl/simple/client/sim_client.c