* main.c: Change KERBEROS to KRB5_KRB4_COMPAT where appropriate
authorTom Yu <tlyu@mit.edu>
Thu, 16 Oct 1997 05:31:47 +0000 (05:31 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 16 Oct 1997 05:31:47 +0000 (05:31 +0000)
commitef711b047d0bcb61526908d2f4bca6b88d93efd5
tree0c5e56f63b2e15f691d7e34dbefc651646068f85
parent32759edb7b847b3306da7bcc880aa56a72921ebb
* main.c: Change KERBEROS to KRB5_KRB4_COMPAT where appropriate

* secure.c: Use <secure.h> rather than "secure.h" so that the
correct secure.h gets included (the one in the $(srcdir) of the
directory we're compiling secure.c into).  From danw@mit.edu.

* ftp.c: Change KERBEROS to KRB5_KRB4_COMPAT where appropriate.
Re-order the clauses so that that GSSAPI gets tried before
KERBEROS_V4.

* Makefile.in: Update LOCALINCLUDE and the link line to DTRT with
krb4 compatibility.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10235 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/gssftp/ftp/ChangeLog
src/appl/gssftp/ftp/Makefile.in
src/appl/gssftp/ftp/ftp.c
src/appl/gssftp/ftp/main.c
src/appl/gssftp/ftp/secure.c