Include autoconf.h early in sources, and disable use of @DEFS@
authorKen Raeburn <raeburn@mit.edu>
Tue, 28 Mar 2006 21:35:36 +0000 (21:35 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 28 Mar 2006 21:35:36 +0000 (21:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17794 dc483132-0cff-0310-8789-dd5450dbe970

12 files changed:
src/clients/kdestroy/ChangeLog
src/clients/kdestroy/Makefile.in
src/clients/kdestroy/kdestroy.c
src/clients/kinit/ChangeLog
src/clients/kinit/Makefile.in
src/clients/kinit/kinit.c
src/clients/kpasswd/ChangeLog
src/clients/kpasswd/Makefile.in
src/clients/kpasswd/kpasswd.c
src/clients/kvno/ChangeLog
src/clients/kvno/Makefile.in
src/clients/kvno/kvno.c

index 17a82afb7c6cf6d1c9d41491e342dfa4a580e40f..62e7537225853b01e7b5987fd9dc16e03e2f6dd0 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 353535822ded9d83e1c7f4c3c2a5a09c3bab3b1e..8f95db889f4cc14dcea5c032482b2cbfa59a2593 100644 (file)
@@ -2,6 +2,7 @@ thisconfigdir=./..
 myfulldir=clients/kdestroy
 mydir=kdestroy
 BUILDTOP=$(REL)..$(S)..
+DEFS=
 
 PROG_LIBPATH=-L$(TOPLIBD)
 PROG_RPATH=$(KRB5_LIBDIR)
index a9072ed54d37494fd84c561813bc6b5ffe5770a7..a726076a4b059f95dc4a38672cd081a72e149e45 100644 (file)
@@ -31,6 +31,7 @@
 #include <com_err.h>
 #include <string.h>
 #include <stdio.h>
+#include "autoconf.h"
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
index 6b97d7a2b8a9a88de5b8899fc5a7a77194275b05..c06e6828a7a53ce766d9dd635eb12c3d24d4c8a1 100644 (file)
@@ -1,3 +1,8 @@
+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.
index dbdf2714cb5ce5e8d5d2725ee450ef14637e553f..0fa2db474aa0313d33034ca882509df08fd24752 100644 (file)
@@ -2,6 +2,7 @@ thisconfigdir=./..
 myfulldir=clients/kinit
 mydir=kinit
 BUILDTOP=$(REL)..$(S)..
+DEFS=
 
 PROG_LIBPATH=-L$(TOPLIBD)
 PROG_RPATH=$(KRB5_LIBDIR)
index 8160822dae407f3571d245964bdfbb700c8ab66e..82acddeadb74a99f9465d6f13c64d91cbfeb5bf0 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 #include <krb5.h>
+#include "autoconf.h"
 #ifdef KRB5_KRB4_COMPAT
 #include <kerberosIV/krb.h>
 #define HAVE_KRB524
index b6eedd6f7b78152fdea74cc35f495af926425a92..b220864ca0548d8a2cc2478cc589f6d5c0c41d16 100644 (file)
@@ -1,3 +1,8 @@
+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
index aacbf91cf4c2a6181c0b8d5d2ddca9269cd31c7b..cbea1bbc54d66fd4a1aa410b634e042562d5494d 100644 (file)
@@ -4,6 +4,7 @@ mydir=kpasswd
 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)
index b597853cfccf27ebe446c7858d62c873d9b0c532..95e33ff6f0b31516963821e90b99d700a5c4157e 100644 (file)
@@ -1,5 +1,6 @@
 #include <stdio.h>
 #include <sys/types.h>
+#include "autoconf.h"
 
 #ifndef _WIN32
 #include <unistd.h>
index 0982dd036b1a724726e4141c3ce10e914654446a..e3951433f1f7243606323fa9c288c0b607e7e20b 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 69c92bd2af42d42b4b1166a899ff43a3502e47cf..cfdf5d18b5bdc962aec557d6b1a848b819ea46b4 100644 (file)
@@ -2,6 +2,7 @@ thisconfigdir=./..
 myfulldir=clients/kvno
 mydir=kvno
 BUILDTOP=$(REL)..$(S)..
+DEFS=
 
 PROG_LIBPATH=-L$(TOPLIBD)
 PROG_RPATH=$(KRB5_LIBDIR)
index 4accdb4a94be2d132dd29189d6c26943ca4acad5..a6620b9368ed250f3685897c7e34d1fae978f0c8 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include "autoconf.h"
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif