Initial revision
original commit: 5064ee2575e2eed6d99c33019a8cc8ac798d2e43
This commit is contained in:
parent
5c82f510da
commit
e339e5174b
6
collects/net/cgi.ss
Normal file
6
collects/net/cgi.ss
Normal file
|
@ -0,0 +1,6 @@
|
|||
(reference-library "macro.ss")
|
||||
(reference-library "cgiu.ss" "web")
|
||||
|
||||
(define sendmail-program-file "/usr/lib/sendmail")
|
||||
|
||||
(invoke-open-unit/sig mzlib:cgi@ #f mzlib:cgi-imports^)
|
3
collects/net/nntp.ss
Normal file
3
collects/net/nntp.ss
Normal file
|
@ -0,0 +1,3 @@
|
|||
(reference-library "nntpu.ss" "net")
|
||||
|
||||
(invoke-open-unit/sig mzlib:nntp@ nntp)
|
Loading…
Reference in New Issue
Block a user