|
@@ -28,9 +28,10 @@ const
|
|
PathSeparator = ','; {Is used in MPW and OzTeX}
|
|
PathSeparator = ','; {Is used in MPW and OzTeX}
|
|
FileNameCaseSensitive = false;
|
|
FileNameCaseSensitive = false;
|
|
CtrlZMarksEOF: boolean = false; (* #26 not considered as end of file *)
|
|
CtrlZMarksEOF: boolean = false; (* #26 not considered as end of file *)
|
|
-
|
|
|
|
|
|
+
|
|
maxExitCode = 65535;
|
|
maxExitCode = 65535;
|
|
-
|
|
|
|
|
|
+ MaxPathLen = 256;
|
|
|
|
+
|
|
const
|
|
const
|
|
{ Default filehandles }
|
|
{ Default filehandles }
|
|
UnusedHandle : Longint = -1;
|
|
UnusedHandle : Longint = -1;
|
|
@@ -560,7 +561,10 @@ end.
|
|
|
|
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.32 2005-04-03 21:10:59 hajny
|
|
|
|
|
|
+ Revision 1.33 2005-05-12 20:29:04 michael
|
|
|
|
+ + Added maxpathlen constant (maximum length of filename path)
|
|
|
|
+
|
|
|
|
+ Revision 1.32 2005/04/03 21:10:59 hajny
|
|
* EOF_CTRLZ conditional define replaced with CtrlZMarksEOF, #26 handling made more consistent (fix for bug 2453)
|
|
* EOF_CTRLZ conditional define replaced with CtrlZMarksEOF, #26 handling made more consistent (fix for bug 2453)
|
|
|
|
|
|
Revision 1.31 2005/03/20 19:37:31 olle
|
|
Revision 1.31 2005/03/20 19:37:31 olle
|