summaryrefslogtreecommitdiffstats
path: root/src/isode/pepsy
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1994-06-16 06:49:55 +0000
committerMark Eichin <eichin@mit.edu>1994-06-16 06:49:55 +0000
commit70624098a09f94dff41a993265242b48f56b12d5 (patch)
tree3011d9d4eb9e7aa79bf0f469cba2e25ba34057a5 /src/isode/pepsy
parenteedeb2dc8557a91c2f98b18617ac2c0dc0b6a9f9 (diff)
downloadkrb5-70624098a09f94dff41a993265242b48f56b12d5.tar.gz
krb5-70624098a09f94dff41a993265242b48f56b12d5.tar.xz
krb5-70624098a09f94dff41a993265242b48f56b12d5.zip
punt krb5/autoconf.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3852 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/isode/pepsy')
-rw-r--r--src/isode/pepsy/pepsy.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/isode/pepsy/pepsy.c b/src/isode/pepsy/pepsy.c
index 45ef1757c..6400511ad 100644
--- a/src/isode/pepsy/pepsy.c
+++ b/src/isode/pepsy/pepsy.c
@@ -34,29 +34,6 @@ static char *rcsid = "$Header$";
/*
* $Header$
*
- *
- * $Log$
- * Revision 1.4 1994/06/16 06:43:20 eichin
- * punt USING_BISON
- *
- * Revision 1.3 1994/06/12 23:49:17 tytso
- * Test for YYLINENO so that pepsy will build cleanly on all platforms.
- *
- * Revision 1.2 1994/06/11 08:05:55 tlyu
- * mips yylineno breakage
- *
- * Revision 1.1 1994/06/10 03:31:15 eichin
- * autoconfed isode for kerberos work
- *
- * Revision 1.2 1994/06/07 03:45:37 eichin
- * mips doesn't have yylineno either
- *
- * Revision 1.1 1994/05/31 20:40:05 eichin
- * reduced-isode release from /mit/isode/isode-subset/src
- *
- * Revision 8.0 91/07/17 12:43:08 isode
- * Release 7.0
- *
*
*/
@@ -76,7 +53,6 @@ static char *rcsid = "$Header$";
#include <varargs.h>
#include "pepsydefs.h"
#include "pass2.h"
-#include <krb5/autoconf.h>
#if defined(NO_YYLINENO)
int yylineno = 0; /* Bison doesn't have yylineno, sigh */