]> gitweb.factorcode.org Git - factor.git/commitdiff
fastcgi: removing dependency on unix-only.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 1 Jun 2012 21:34:36 +0000 (14:34 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 1 Jun 2012 21:34:36 +0000 (14:34 -0700)
extra/fastcgi/fastcgi.factor
extra/fastcgi/platforms.txt [deleted file]

index 27519f4f8f040f4d50ecfe9e3dc97fe927fc730b..786cc10771be71fc8ef51e69773e5ccdb52541c9 100644 (file)
 !     * 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
diff --git a/extra/fastcgi/platforms.txt b/extra/fastcgi/platforms.txt
deleted file mode 100644 (file)
index 509143d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-unix