* getdate.y: Include autoconf.h always. Don't include config.h
authorKen Raeburn <raeburn@mit.edu>
Tue, 4 Apr 2006 21:22:17 +0000 (21:22 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 4 Apr 2006 21:22:17 +0000 (21:22 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17843 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/cli/ChangeLog
src/kadmin/cli/getdate.y

index 45f828d35930bdde4f5526120f2fb8761103d069..72cd932dd3c239b54571bdf364db8e9dba70635c 100644 (file)
@@ -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.
index ce1ca5e3416dc87ef5cf89b4d89051394f42a6ce..8b7fc5bae9eba82362ec40e1f519a3ce2a7dc5a0 100644 (file)
 /* 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