mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 00:08:12 +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;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user