diff options
Diffstat (limited to 'src/kadmin/cli')
| -rw-r--r-- | src/kadmin/cli/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 <raeburn@mit.edu> + + * getdate.y: Include autoconf.h always. Don't include config.h. + 2006-04-03 Ken Raeburn <raeburn@mit.edu> * 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 <config.h> -#else -#include "config.h" -#endif -#endif +#include "autoconf.h" #include <string.h> /* Since the code of getdate.y is not included in the Emacs executable |
