* pop_init.c, pop_pass.c, pop_user.c, mh-6.8.patch: Avoid <krb5/...> includes
authorJohn Gilmore <gnu@toad.com>
Tue, 28 Feb 1995 09:57:53 +0000 (09:57 +0000)
committerJohn Gilmore <gnu@toad.com>
Tue, 28 Feb 1995 09:57:53 +0000 (09:57 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5025 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/popper/ChangeLog
src/appl/popper/mh-6.8.patch
src/appl/popper/pop_init.c
src/appl/popper/pop_pass.c
src/appl/popper/pop_user.c

index 27045dbd86239416caff809f11e5c5c8e535c0d4..600405611495f05c89a18250bc0374874061257e 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 28 01:54:56 1995  John Gilmore  (gnu at toad.com)
+
+       * pop_init.c, pop_pass.c, pop_user.c, mh-6.8.patch:  Avoid
+       <krb5/...> includes.
+
 Fri Jan 13 15:23:47 1995  Chris Provenzano (proven@mit.edu)
 
     * Added krb5_context to all krb5_routines
index 10a4def6a850ba4e3d3d8fee9a81a4c9ad11c489..7ed7107db9f86d4cc0d40e5a53e674aa16ee1a24 100644 (file)
 + #error "You cannot define both KPOP and K5POP"
 + #endif
 + #ifdef K5POP
-+ #include <krb5/krb5.h>
-+ #include <krb5/ext-proto.h>
-+ #include <krb5/los-proto.h>
-+ #include <com_err.h>
++ #include "krb5.h"
++ /* #include <krb5/ext-proto.h> */
++ /* #include <krb5/los-proto.h> */
++ #include "com_err.h"
 + #include <ctype.h>
 + 
 + static krb5_error_code retval;
index 821b98d149ad97bdd6359f4c6ab888f31eb8ccd0..e84647b8eb6a74f0bb225964123229bf6a03dbe7 100644 (file)
@@ -22,9 +22,8 @@
 AUTH_DAT kdata;
 #endif /* KRB4 */
 #ifdef KRB5    
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
 #include <ctype.h>
 krb5_principal ext_client;
 krb5_context pop_context;
index f69700359d71f25bd50ab2268b4e4d204113e961..b4db2deae9c35776b3812f5690ee0e14b1ba4e34 100644 (file)
@@ -28,10 +28,8 @@ static char copyright[] = "Copyright (c) 1990 Regents of the University of Calif
 extern AUTH_DAT kdata;
 #endif /* KRB4 */
 #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"
 extern krb5_principal ext_client;
 extern krb5_context pop_context;
 extern char *client_name;
index fbadd23cc7c50ed2558c125aca6f5fdd3e8bb69f..38bbd243c8ba071d461b629d42623ad0c1336c99 100644 (file)
@@ -27,10 +27,8 @@ static char copyright[] = "Copyright (c) 1990 Regents of the University of Calif
 extern AUTH_DAT kdata;
 #endif /* KRB4 */
 #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"
 extern krb5_principal ext_client;
 extern char *client_name;
 #endif /* KRB5 */