mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-12 10:30:38 +01:00
* two semi colon's added and compilation checked
git-svn-id: trunk@8342 -
This commit is contained in:
parent
ac22ff09da
commit
e034788320
@ -241,8 +241,8 @@ const
|
|||||||
SO_LINGER = $0080; { linger on close if data present }
|
SO_LINGER = $0080; { linger on close if data present }
|
||||||
SO_OOBINLINE = $0100; { leave received OOB data in line }
|
SO_OOBINLINE = $0100; { leave received OOB data in line }
|
||||||
|
|
||||||
SO_DONTLINGER = Integer(not SO_LINGER)
|
SO_DONTLINGER = Integer(not SO_LINGER);
|
||||||
SO_EXCLUSIVEADDRUSE = Integer(not SO_REUSEADDR) { disallow local address reuse }
|
SO_EXCLUSIVEADDRUSE = Integer(not SO_REUSEADDR); { disallow local address reuse }
|
||||||
|
|
||||||
{ Additional options. }
|
{ Additional options. }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user