mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-16 11:09:14 +02:00
* Darwin specific unixtype fixes.
This commit is contained in:
parent
93622ec2e8
commit
6ad0c08e17
@ -8,7 +8,7 @@ main=rtl
|
|||||||
# disabled units: serial sockets ipc mouse console
|
# disabled units: serial sockets ipc mouse console
|
||||||
[target]
|
[target]
|
||||||
loaders=
|
loaders=
|
||||||
units=$(SYSTEMUNIT) objpas strings sysctl baseunix unixutil \
|
units=$(SYSTEMUNIT) objpas strings sysctl baseunix unixtype unixutil \
|
||||||
unix initc \
|
unix initc \
|
||||||
dos dl objects printer \
|
dos dl objects printer \
|
||||||
sysutils typinfo systhrds classes math varutils \
|
sysutils typinfo systhrds classes math varutils \
|
||||||
@ -133,6 +133,7 @@ baseunix$(PPUEXT) : errno.inc $(BSDINC)/bunxtype.inc ptypes.inc $(BSDINC)/ctypes
|
|||||||
$(BSDINC)/ostypes.inc $(BSDINC)/ossysch.inc $(BSDINC)/bunxmacr.inc $(UNIXINC)/gensigset.inc \
|
$(BSDINC)/ostypes.inc $(BSDINC)/ossysch.inc $(BSDINC)/bunxmacr.inc $(UNIXINC)/gensigset.inc \
|
||||||
$(UNIXINC)/genfuncs.inc $(SYSTEMUNIT)$(PPUEXT)
|
$(UNIXINC)/genfuncs.inc $(SYSTEMUNIT)$(PPUEXT)
|
||||||
|
|
||||||
|
unixtype$(PPUEXT) : $(UNIXINC)/unixtype.pp ptypes.inc ctypes.inc $(SYSTEMUNIT)$(PPUEXT)
|
||||||
|
|
||||||
unix$(PPUEXT) : $(UNIXINC)/unix.pp strings$(PPUEXT) $(INC)/textrec.inc $(INC)/filerec.inc \
|
unix$(PPUEXT) : $(UNIXINC)/unix.pp strings$(PPUEXT) $(INC)/textrec.inc $(INC)/filerec.inc \
|
||||||
sysconst.inc $(UNIXINC)/timezone.inc \
|
sysconst.inc $(UNIXINC)/timezone.inc \
|
||||||
|
@ -104,8 +104,6 @@ CONST
|
|||||||
SYS_NMLN = 32; {BSD utsname struct limit}
|
SYS_NMLN = 32; {BSD utsname struct limit}
|
||||||
|
|
||||||
SIG_MAXSIG = 32; // highest signal version
|
SIG_MAXSIG = 32; // highest signal version
|
||||||
wordsinsigset = 1; // words in sigset_t
|
|
||||||
|
|
||||||
|
|
||||||
MFSNAMELEN = 15;
|
MFSNAMELEN = 15;
|
||||||
MNAMELEN = 90;
|
MNAMELEN = 90;
|
||||||
@ -141,7 +139,10 @@ CONST
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.5 2004-03-01 19:50:40 jonas
|
Revision 1.6 2004-03-04 22:28:08 marco
|
||||||
|
* Darwin specific unixtype fixes.
|
||||||
|
|
||||||
|
Revision 1.5 2004/03/01 19:50:40 jonas
|
||||||
- removed wordsinfdset again, because now it's defined in a common file
|
- removed wordsinfdset again, because now it's defined in a common file
|
||||||
|
|
||||||
Revision 1.4 2004/02/22 23:18:24 jonas
|
Revision 1.4 2004/02/22 23:18:24 jonas
|
||||||
|
Loading…
Reference in New Issue
Block a user