aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1995-12-18 00:57:37 +0000
committerEzra Peisach <epeisach@mit.edu>1995-12-18 00:57:37 +0000
commitd41447a5d978a2092d9a6bef044e7524e3809a16 (patch)
treed371dc614ad1f6c876f5699288af951cc944bdc8
parent3d556d39ab8af94554e9638b7354afb799bbc5c1 (diff)
downloadkrb5-d41447a5d978a2092d9a6bef044e7524e3809a16.zip
krb5-d41447a5d978a2092d9a6bef044e7524e3809a16.tar.gz
krb5-d41447a5d978a2092d9a6bef044e7524e3809a16.tar.bz2
Add a blank line to work around a misfeature in DecUnix 3.2's fgrep where
there is a line limit. autoheader (which is only used by developers) tries to put together a very long line with is then parsed - but due to fgreps line length limitation this breaks. By adding the blank line autoheader divides the work into multiple sections and wins. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7233 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/ChangeLog4
-rw-r--r--src/acconfig.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6c4f692..fb1dc73 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+Sun Dec 17 19:53:54 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * acconfig.h: Add blank line to work around a misfeature of
+ DecUnix fgrep interacting with autoheader.
Tue Dec 12 01:30:36 1995 Chris Provenzano (proven@mit.edu)
diff --git a/src/acconfig.h b/src/acconfig.h
index 2b18594..5d88477 100644
--- a/src/acconfig.h
+++ b/src/acconfig.h
@@ -14,6 +14,7 @@
#undef NEED_SYS_FCNTL_H
#undef KRB5_NO_NESTED_PROTOTYPES
#undef NO_STDLIB_H
+
#undef NO_YYLINENO
#undef POSIX_FILE_LOCKS
#undef POSIX_SIGTYPE