mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 22:09:32 +02:00
* Dotted filenames for package fastcgi
This commit is contained in:
parent
7256f8be25
commit
1ddbb6a662
3
packages/fastcgi/namespaced/Api.Fastcgi.pp
Normal file
3
packages/fastcgi/namespaced/Api.Fastcgi.pp
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
unit Api.Fastcgi;
|
||||||
|
{$DEFINE FPC_DOTTEDUNITS}
|
||||||
|
{$i fastcgi.pp}
|
3
packages/fastcgi/namespaces.lst
Normal file
3
packages/fastcgi/namespaces.lst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
src/fastcgi.pp=namespaced/Api.Fastcgi.pp
|
||||||
|
{s*:src/}=namespaced/
|
||||||
|
{i+:src/}
|
@ -1,4 +1,6 @@
|
|||||||
|
{$IFNDEF FPC_DOTTEDUNITS}
|
||||||
unit fastcgi;
|
unit fastcgi;
|
||||||
|
{$ENDIF FPC_DOTTEDUNITS}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user