+2006-03-30 Ken Raeburn <raeburn@mit.edu>
+
+ * kdestroy.c: Must include autoconf.h before krb5.h.
+
2006-03-28 Ken Raeburn <raeburn@mit.edu>
* kdestroy.c: Include autoconf.h.
* Destroy the contents of your credential cache.
*/
+#include "autoconf.h"
#include <krb5.h>
#include <com_err.h>
#include <string.h>
#include <stdio.h>
-#include "autoconf.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
+2006-03-30 Ken Raeburn <raeburn@mit.edu>
+
+ * kinit.c: Must include autoconf.h before krb5.h.
+
2006-03-28 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (DEFS): Make empty.
* Initialize a credentials cache.
*/
-#include <krb5.h>
#include "autoconf.h"
+#include <krb5.h>
#ifdef KRB5_KRB4_COMPAT
#include <kerberosIV/krb.h>
#define HAVE_KRB524