From: Ken Raeburn Date: Tue, 4 Apr 2006 21:22:17 +0000 (+0000) Subject: * getdate.y: Include autoconf.h always. Don't include config.h X-Git-Tag: krb5-1.5-alpha1~102 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a4f244b298225ed2d9e20b3294a6f9daf97507d1;p=krb5.git * getdate.y: Include autoconf.h always. Don't include config.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17843 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/kadmin/cli/ChangeLog b/src/kadmin/cli/ChangeLog index 45f828d35..72cd932dd 100644 --- a/src/kadmin/cli/ChangeLog +++ b/src/kadmin/cli/ChangeLog @@ -1,3 +1,7 @@ +2006-04-04 Ken Raeburn + + * getdate.y: Include autoconf.h always. Don't include config.h. + 2006-04-03 Ken Raeburn * Makefile.in (DEFS): Make empty. diff --git a/src/kadmin/cli/getdate.y b/src/kadmin/cli/getdate.y index ce1ca5e34..8b7fc5bae 100644 --- a/src/kadmin/cli/getdate.y +++ b/src/kadmin/cli/getdate.y @@ -13,13 +13,7 @@ /* SUPPRESS 287 on yaccpar_sccsid *//* Unusd static variable */ /* SUPPRESS 288 on yyerrlab *//* Label unused */ -#ifdef HAVE_CONFIG_H -#if defined (emacs) || defined (CONFIG_BROKETS) -#include -#else -#include "config.h" -#endif -#endif +#include "autoconf.h" #include /* Since the code of getdate.y is not included in the Emacs executable