fastcgi: removing dependency on unix-only.

db4
John Benediktsson 2012-06-01 14:34:36 -07:00
parent 55525a8ba4
commit 65a79dbe4d
2 changed files with 6 additions and 5 deletions

View File

@ -14,11 +14,13 @@
! * REMOTE_ADDR
USING: accessors alien.enums alien.syntax assocs combinators
combinators.smart formatting http http.server http.server.responses
io io.binary io.directories
combinators.smart formatting http http.server
http.server.responses io io.binary io.directories
io.encodings.binary io.files io.servers io.sockets
io.streams.byte-array kernel locals math namespaces pack prettyprint
sequences sequences.deep strings threads urls.encoding unix.users ;
io.streams.byte-array kernel locals math namespaces pack
prettyprint sequences sequences.deep strings threads
urls.encoding ;
IN: fastcgi
SYMBOL: fcgi-server

View File

@ -1 +0,0 @@
unix