From a4f244b298225ed2d9e20b3294a6f9daf97507d1 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 4 Apr 2006 21:22:17 +0000 Subject: [PATCH] * 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 --- src/kadmin/cli/ChangeLog | 4 ++++ src/kadmin/cli/getdate.y | 8 +------- 2 files changed, 5 insertions(+), 7 deletions(-) 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 -- 2.26.2