From: Ken Raeburn Date: Mon, 3 Apr 2006 01:33:54 +0000 (+0000) Subject: include autoconf.h in a few more places X-Git-Tag: krb5-1.5-alpha1~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bbee215cef55b3c5b4776fe182ca08309b3c19d;p=thirdparty%2Fkrb5.git include autoconf.h in a few more places git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17835 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/aes/ChangeLog b/src/lib/crypto/aes/ChangeLog index 2c277d203a..421f815706 100644 --- a/src/lib/crypto/aes/ChangeLog +++ b/src/lib/crypto/aes/ChangeLog @@ -1,3 +1,7 @@ +2006-04-02 Ken Raeburn + + * uitypes.h: Include autoconf.h. + 2006-04-01 Ken Raeburn * Makefile.in (DEFS): Make empty. diff --git a/src/lib/crypto/aes/uitypes.h b/src/lib/crypto/aes/uitypes.h index 02dd3b0725..3a72921834 100644 --- a/src/lib/crypto/aes/uitypes.h +++ b/src/lib/crypto/aes/uitypes.h @@ -33,6 +33,8 @@ #ifndef _UITYPES_H #define _UITYPES_H +#include "autoconf.h" + #if defined(__GNU_LIBRARY__) #define HAS_INTTYPES_H #elif !defined(_MSC_VER) diff --git a/src/lib/krb5/ccache/ChangeLog b/src/lib/krb5/ccache/ChangeLog index 0a9930ec50..0c3c48aebd 100644 --- a/src/lib/krb5/ccache/ChangeLog +++ b/src/lib/krb5/ccache/ChangeLog @@ -1,5 +1,7 @@ 2006-04-02 Ken Raeburn + * t_cc.c: Include autoconf.h. + * Makefile.in (DEFS): Make empty. 2005-12-02 Jeffrey Altman diff --git a/src/lib/krb5/ccache/t_cc.c b/src/lib/krb5/ccache/t_cc.c index 6559fb2bdc..1d2e272f21 100644 --- a/src/lib/krb5/ccache/t_cc.c +++ b/src/lib/krb5/ccache/t_cc.c @@ -30,6 +30,7 @@ #include "krb5.h" #include #include +#include "autoconf.h" #ifdef HAVE_UNISTD_H #include #endif diff --git a/src/lib/krb5/krb/ChangeLog b/src/lib/krb5/krb/ChangeLog index f9c52da336..f0794dbf57 100644 --- a/src/lib/krb5/krb/ChangeLog +++ b/src/lib/krb5/krb/ChangeLog @@ -1,5 +1,7 @@ 2006-04-02 Ken Raeburn + * t_kerb.c: Include autoconf.h. + * Makefile.in (DEFS): Make empty. 2006-03-26 Ken Raeburn diff --git a/src/lib/krb5/krb/t_kerb.c b/src/lib/krb5/krb/t_kerb.c index 72c0a425b3..9e3116170c 100644 --- a/src/lib/krb5/krb/t_kerb.c +++ b/src/lib/krb5/krb/t_kerb.c @@ -4,6 +4,7 @@ */ #include "krb5.h" +#include "autoconf.h" #ifdef KRB5_KRB4_COMPAT #include "kerberosIV/krb.h" #endif diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index ad0b3a920d..1a8860196b 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,7 @@ +2006-04-02 Ken Raeburn + + * test_et.c: Include autoconf.h. + 2006-03-27 Ken Raeburn * configure.in: Supply all three arguments when calling diff --git a/src/util/et/test_et.c b/src/util/et/test_et.c index 8ef3d725f0..8bd88fcded 100644 --- a/src/util/et/test_et.c +++ b/src/util/et/test_et.c @@ -3,6 +3,7 @@ #include "com_err.h" #include "test1.h" #include "test2.h" +#include "autoconf.h" #ifdef _WIN32 # define EXPORT_LIST