Add a blank line to work around a misfeature in DecUnix 3.2's fgrep where
authorEzra Peisach <epeisach@mit.edu>
Mon, 18 Dec 1995 00:57:37 +0000 (00:57 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 18 Dec 1995 00:57:37 +0000 (00:57 +0000)
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

src/ChangeLog
src/acconfig.h

index 6c4f69274e6c2c12cd62a8cbd6e958f3c16f67a4..fb1dc73b1caa2085ed226bbeb7d4777f7379561e 100644 (file)
@@ -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)
 
index 2b185944d57e59617f941eb885adecceb9d2c096..5d88477ea7130c0369cd7bb2bbfde3fb143a2565 100644 (file)
@@ -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