X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/85ef2ce64f0cc31a063fccea69fdcc7281d51548..fed3bacaa7e5da92ab4cf44995b5a2bc26a81faa:/lcoreconfig.inc?ds=inline

diff --git a/lcoreconfig.inc b/lcoreconfig.inc
index cda6ec7..fbf9b6d 100644
--- a/lcoreconfig.inc
+++ b/lcoreconfig.inc
@@ -33,8 +33,20 @@ so a single listener cant get all connections for a port number, only those for
 also it means a portable app would gave to deal with inconsistent behavior.
 enable this option to simulate the behavior of listening on both v4 and v6}
 
-{$ifdef win32}{$ifdef ipv6}
+{$ifdef mswindows}{$ifdef ipv6}
 {$define secondlistener}
 {$endif}{$endif}
 
-{-------------------------------------------------------------------------------------}
\ No newline at end of file
+{-------------------------------------------------------------------------------------}
+{the threaded windows async dns is currently (2014-03-28) broken. it causes crashes
+after running for a period of time. -anders}
+{$ifdef mswindows}
+  {-$define winasyncdns}
+{$endif}
+
+{-------------------------------------------------------------------------------------}
+{btime used to set TimeBeginPeriod(1) on init, so a program was permanently in this state.
+doing this is not recommended, so it is no longer done by default.
+set this define to get the old behavior back.}
+{-$define btimehighrate}
+