From a2ba7077e9d86b0f7050921a86fc29f7ff03b5be Mon Sep 17 00:00:00 2001 From: marco Date: Sat, 15 Oct 2005 19:28:21 +0000 Subject: [PATCH] * some very generic constants added. git-svn-id: trunk@1388 - --- rtl/inc/socketsh.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rtl/inc/socketsh.inc b/rtl/inc/socketsh.inc index 17ae0edb87..70a9ca668c 100644 --- a/rtl/inc/socketsh.inc +++ b/rtl/inc/socketsh.inc @@ -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;