Avoid <krb5/...> includes
authorJohn Gilmore <gnu@toad.com>
Tue, 28 Feb 1995 09:54:42 +0000 (09:54 +0000)
committerJohn Gilmore <gnu@toad.com>
Tue, 28 Feb 1995 09:54:42 +0000 (09:54 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5024 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/mailquery/ChangeLog
src/appl/mailquery/poplib.c
src/appl/movemail/ChangeLog
src/appl/movemail/movemail.c
src/appl/telnet/telnetd/ChangeLog
src/appl/telnet/telnetd/sys_term.c

index 37897726e119e9486d00e64b769724566ee55a87..565ee8f21a45799164c960cc6b710dba178082f4 100644 (file)
@@ -1,6 +1,10 @@
+Tue Feb 28 01:52:34 1995  John Gilmore  (gnu at toad.com)
+
+       * poplib.c:  Avoid <krb5/...> includes.
+
 Tue Feb 14 15:30:55 1995 Chris Provenzano  (proven@mit.edu)
 
-       * poplib.c (pop_init): Call krb5_sendauth() with new calling convention.
+       * poplib.c (pop_init): Call krb5_sendauth() with new calling convention
 
 Fri Jan 13 15:23:47 1995  Chris Provenzano (proven@mit.edu)
 
index 35518d1e027b9134c277e36cffc99f1e69450741..ea3f5bcb9c96d68f11aadfb229b84d50ff153049 100644 (file)
@@ -37,10 +37,8 @@ error You cannot define both KRB4 and KRB5
 #include <krb.h>
 #endif
 #ifdef KRB5
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
 #include <ctype.h>
 #endif
 #endif
index 8b9fd96c8ebcc1b5c2134e97a259a99dcd7c89cc..88a786728cd0a67d511234ba23c0e61f4b6144fc 100644 (file)
@@ -1,3 +1,7 @@
+Tue Feb 28 01:53:27 1995  John Gilmore  (gnu at toad.com)
+
+       * movemail.c:  Avoid <krb5/...> includes.
+
 Tue Feb 14 15:30:55 1995 Chris Provenzano  (proven@mit.edu)
 
         * movemail.c Call krb5_sendauth() with new calling convention.
index 65d55daba7e4ec53f16e864f101c40a30a610a90..89d6ac2b7ec24c56e8faf51c0ce6cd762bc9b48b 100644 (file)
@@ -65,8 +65,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifdef KRB5
 /* these need to be here to declare the functions which are used by
    non-kerberos specific code */
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
+#include "krb5.h"
 #endif
 #endif
 #ifdef USG
@@ -353,8 +352,8 @@ xmalloc (size)
 #include <des.h>
 #endif /* KRB4 */
 #ifdef KRB5
-#include <krb5/los-proto.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
 #include <ctype.h>
 #endif /* KRB5 */
 #endif /* KERBEROS */
index 9d43f9038d2b41f64596ad86ebfc057a9eca004d..6af8ace0eee790e853dcfa9e5221e802bc59a86b 100644 (file)
@@ -1,3 +1,7 @@
+Tue Feb 28 01:50:22 1995  John Gilmore  (gnu at toad.com)
+
+       * sys_term.c:  Avoid <krb5/...> includes.
+
 Wed Jan 11 15:23:07 1995  Mark Eichin  <eichin@cygnus.com>
 
        * configure.in (K4LIB): fix quoting so $(KRB4) actually survives
index 8142b7152113b8d15f002e7136e90f4a83969e78..7fa67ff48e52cc43d3b1bd2d109b37b424d81636 100644 (file)
@@ -45,7 +45,7 @@
 #endif
 
 #if    defined(KRB5)
-#include <krb5/osconf.h>
+#include "k5-int.h"
 #endif
 
 #if defined(CRAY) || defined(__hpux)