X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/baf753e54d73673524de916757e66ef8c485bc0d..9b641f7a6cda5781002a12c901addc01787003e9:/lsocket.pas diff --git a/lsocket.pas b/lsocket.pas index 3b2d918..898e983 100755 --- a/lsocket.pas +++ b/lsocket.pas @@ -56,7 +56,6 @@ interface classes,{pgdebugout,}pgtypes,lcore,fd_utils,binipstuff,dnssync; {$ifdef ipv6} -{$define secondlistener} const v4listendefault:boolean=false; {$endif} @@ -143,8 +142,6 @@ type twsocket=tlsocket; {easy} -{!!!function longipdns(s:string):longint;} - const TCP_NODELAY=1; IPPROTO_TCP=6; @@ -707,6 +704,6 @@ end; result := winsock.recv(fd,buf,size,0); end; {$endif} - + end.