* some very generic constants added.

git-svn-id: trunk@1388 -
This commit is contained in:
marco 2005-10-15 19:28:21 +00:00
parent c7cfe4976e
commit a2ba7077e9

View File

@ -61,6 +61,9 @@ Const
MSG_NOSIGNAL = $4000; { Do not generate SIGPIPE }
MSG_MORE = $8000; { Sender will send more }
INADDR_ANY = CARDINAL(0);
INADDR_NONE = CARDINAL($FFFFFFFF);
const
{ Two constants to determine whether part of soket is for in or output }
S_IN = 0;