lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reversing unnecessary changes to windowproc, and add translatemessage
[lcore.git]
/
unixstuff.inc
diff --git
a/unixstuff.inc
b/unixstuff.inc
index 773656d2b15c405cc63138916bb5835d3406abb8..b522c743b1e539ae50f37b3d3638fc80d079e160 100755
(executable)
--- a/
unixstuff.inc
+++ b/
unixstuff.inc
@@
-159,5
+159,13
@@
IPV6_V6ONLY = 26;
\r
{$endif}
\r
{$endif}
\r
IPV6_V6ONLY = 26;
\r
{$endif}
\r
{$endif}
\r
+ {$ifdef freebsd}
\r
+ //freepascal doesn't seem to define IPV6_V6ONLY on freebsd, the definition
\r
+ //here is taken from the include files of a freebsd 8 system
\r
+ const
\r
+ IPV6_V6ONLY = 27;
\r
+ {$endif}
\r
+
\r
{$endif}
\r
{$endif}
\r
+
\r
\ No newline at end of file
\ No newline at end of file