From 94dc045aae483c4f3fc27008f2efb1b3d2c188af Mon Sep 17 00:00:00 2001 From: "K. Noel Belcourt" Date: Wed, 4 Jul 2007 17:36:17 +0000 Subject: [PATCH] Set MAXLINE in jam.h to 23k bytes for AIX. The piecemeal archive action was broken with the default MAXLINE of 102400. Because the AIX shell uses some of the 24k default buffer size for its own use, I reduced it to 23k. [SVN r38138] --- historic/jam/src/jam.h | 1 + 1 file changed, 1 insertion(+) diff --git a/historic/jam/src/jam.h b/historic/jam/src/jam.h index 6a7747617..af61c80fa 100644 --- a/historic/jam/src/jam.h +++ b/historic/jam/src/jam.h @@ -218,6 +218,7 @@ # ifdef _AIX # define unix +# define MAXLINE 23552 /* 24k - 1k, longest 'together' actions */ # define OSMINOR "OS=AIX" # define OS_AIX # define NO_VFORK