* Patch from Attila Borka to enable multiple requests (enable threads), bug ID #12375

git-svn-id: trunk@18392 -
This commit is contained in:
michael 2009-01-22 21:58:25 +00:00
parent 2721a7be42
commit 3e5bc24fed

View File

@ -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