mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 17:03:01 +02:00
* Patch from Attila Borka to enable multiple requests (enable threads), bug ID #12375
git-svn-id: trunk@18392 -
This commit is contained in:
parent
2721a7be42
commit
3e5bc24fed
@ -386,6 +386,9 @@ begin
|
||||
+'{$mode objfpc}{$H+}'+le
|
||||
+le
|
||||
+'Uses'+le
|
||||
+'{$ifdef unix}'+le
|
||||
+' cthreads,'+le
|
||||
+'{$endif}'+le
|
||||
+' fpWeb,lazweb,httpd,fpApache;'+le
|
||||
+le
|
||||
+'Const'+le
|
||||
@ -404,9 +407,7 @@ begin
|
||||
+'Var'+le
|
||||
+' DefaultModule : module; {$ifdef unix} public name ModuleName;{$endif unix}'+le
|
||||
+le
|
||||
+'{$ifdef windows}'+le
|
||||
+'Exports defaultmodule name ModuleName;'+le
|
||||
+'{$endif windows}'+le
|
||||
+le
|
||||
+'begin'+le
|
||||
+' Application.Title:=''mod_apache1'';'+le
|
||||
|
Loading…
Reference in New Issue
Block a user