--- /dev/null
+Tue Feb 28 01:58:05 1995 John Gilmore (gnu at toad.com)
+
+ * sample.h: Avoid <krb5/...> includes.
+
* Common definitions for the sample client/server.
*/
-#include <krb5/copyright.h>
-
#ifndef KRB5_SAMPLE__
#define KRB5_SAMPLE__
+Tue Feb 28 01:58:39 1995 John Gilmore (gnu at toad.com)
+
+ * sclient.c: Avoid <krb5/...> and <com_err.h> includes.
+
Tue Feb 14 15:30:55 1995 Chris Provenzano (proven@mit.edu)
* kadmin.c Call krb5_sendauth() with new calling convention.
* Usage: sample_client hostname
*/
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
+#include "krb5.h"
+#include "com_err.h"
#include <stdio.h>
#include <ctype.h>
-#include <com_err.h>
#include <sys/types.h>
#include <sys/socket.h>
+Tue Feb 28 01:59:17 1995 John Gilmore (gnu at toad.com)
+
+ * sserver.c: Avoid <krb5/...> and <com_err.h> includes.
+
Mon Oct 3 19:16:14 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Use $(srcdir) to find manual page for make install.
* client (this will be correct if this server is started by inetd).
*/
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
-#include <krb5/los-proto.h>
+#include "krb5.h"
+#include "com_err.h"
+#include <stdio.h>
#include <ctype.h>
-#include <com_err.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>