Update of /cvsroot/boost/boost/tools/jam/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31670/tools/jam/src

Modified Files:
        jam.h 
Log Message:
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.



Index: jam.h
===================================================================
RCS file: /cvsroot/boost/boost/tools/jam/src/jam.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- jam.h       16 Jun 2007 20:52:36 -0000      1.22
+++ jam.h       4 Jul 2007 17:36:17 -0000       1.23
@@ -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


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to