* define UNIX and HASUNIX

This commit is contained in:
florian 2003-11-11 21:48:10 +00:00
parent 50f8604526
commit 063fa364eb

View File

@ -36,7 +36,7 @@ unit i_beos;
flags : [tf_under_development];
cpu : cpu_i386;
unit_env : 'BEOSUNITS';
extradefines : '';
extradefines : 'UNIX;HASUNIX';
sourceext : '.pp';
pasext : '.pas';
exeext : '';
@ -102,7 +102,10 @@ initialization
end.
{
$Log$
Revision 1.2 2003-10-03 22:09:49 peter
Revision 1.3 2003-11-11 21:48:10 florian
* define UNIX and HASUNIX
Revision 1.2 2003/10/03 22:09:49 peter
* removed paraalign
Revision 1.1 2002/09/06 15:03:51 carl