+2006-03-28 Ken Raeburn <raeburn@mit.edu>
+
+ * kdestroy.c: Include autoconf.h.
+ * Makefile.in (DEFS): Make empty.
+
2004-06-16 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (all-mac): Target deleted.
myfulldir=clients/kdestroy
mydir=kdestroy
BUILDTOP=$(REL)..$(S)..
+DEFS=
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
#include <com_err.h>
#include <string.h>
#include <stdio.h>
+#include "autoconf.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
+2006-03-28 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (DEFS): Make empty.
+ * kinit.c: Include autoconf.h.
+
2006-03-26 Ken Raeburn <raeburn@mit.edu>
* kinit.c (extended_com_err_fn): New function.
myfulldir=clients/kinit
mydir=kinit
BUILDTOP=$(REL)..$(S)..
+DEFS=
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
*/
#include <krb5.h>
+#include "autoconf.h"
#ifdef KRB5_KRB4_COMPAT
#include <kerberosIV/krb.h>
#define HAVE_KRB524
+2006-03-28 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (DEFS): Make empty.
+ * kpasswd.c: Include autoconf.h.
+
2006-02-24 Jeffrey Altman <jaltman@mit.edu>
* Makefile.in: support for 64-bit Windows builds
BUILDTOP=$(REL)..$(S)..
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
+DEFS=
kpasswd: kpasswd.o $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o kpasswd kpasswd.o $(KRB5_BASE_LIBS)
#include <stdio.h>
#include <sys/types.h>
+#include "autoconf.h"
#ifndef _WIN32
#include <unistd.h>
+2006-03-28 Ken Raeburn <raeburn@mit.edu>
+
+ * kvno.c: Include autoconf.h.
+ * Makefile.in (DEFS): Make empty.
+
2006-03-26 Ken Raeburn <raeburn@mit.edu>
* kvno.c: Include com_err.h.
myfulldir=clients/kvno
mydir=kvno
BUILDTOP=$(REL)..$(S)..
+DEFS=
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
#include <stdio.h>
#include <stdlib.h>
+#include "autoconf.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif