2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

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]
This commit is contained in:
K. Noel Belcourt
2007-07-04 17:36:17 +00:00
parent bf2e82440f
commit 94dc045aae

View File

@@ -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