+Mon Feb 27 23:47:58 1995 John Gilmore (gnu at toad.com)
+
+ * Makefile.in (osconf.h): Remove temp file osconf.new.
+
+ * krb5.h: Rename to ../krb5.h so it can be #included by end users
+ without the use of slashes or extra -I options. First step in
+ making it stand alone without a train of a dozen other include
+ files tagging along behind.
+
+ * base-defs.h, dbm.h, error_def.h, sysincl.h: Avoid #include
+ <krb5/...> form; use "..." form.
+
+ * config.h: Rename to k5-config.h. This is too common a
+ name, now that we use -I..../include/krb5.
+ * free.h: Rename to k5-free.h.
+
+ * configure.in (AC_INIT): Use another file (not krb5.h) as src test.
+
Mon Feb 27 11:35:49 1995 Keith Vetter (keithv@fusion.com)
* config.h: added windows interface keyword for varargs functions,
osconf.h: $(OSCONFSRC)
cat $(OSCONFSRC) | sed $(PROCESS_REPLACE) > osconf.new
@if cmp -s osconf.new osconf.h ; then :; \
- else (set -x; $(RM) osconf.h ; $(CP) osconf.new osconf.h) fi
+ else (set -x; $(RM) osconf.h ; $(CP) osconf.new osconf.h; $(RM) osconf.new) fi
clean:: clean-$(WHAT)
$(RM) osconf.new $(BUILT_HEADERS)
#ifndef KRB5_ERROR_DEF__
#define KRB5_ERROR_DEF__
-#include <krb5/krb5_err.h>
-#include <krb5/kdb5_err.h>
-#include <krb5/kv5m_err.h>
+#include "krb5_err.h"
+#include "kdb5_err.h"
+#include "kv5m_err.h"
#ifndef KRB5_USE_ISODE
-#include <krb5/asn1_err.h>
+#include "asn1_err.h"
#else
-#include <krb5/isode_err.h>
+#include "isode_err.h"
#endif
#include <errno.h>
#include <sys/types.h> /* needed for much of the reset */
#endif /* KRB5_SYSTYPES__ */
-#include <krb5/osconf.h> /* USE*TIME_H macros */
+#include "osconf.h" /* USE*TIME_H macros */
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#ifdef TIME_WITH_SYS_TIME