Update domain name to kpe.io
[cl-modlisp.git] / modlisp.asd
index d7f50f9027b1dc866910688c3f3f882c6085496a..08d3cf51665e7a1e6abbba25e79d1179a8ebeda3 100644 (file)
@@ -7,23 +7,15 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Dec 2002
 ;;;;
-;;;; $Id: modlisp.asd,v 1.8 2003/07/08 16:12:03 kevin Exp $
+;;;; $Id$
 ;;;; *************************************************************************
 
 (in-package #:cl-user)
 
-#+(and sbcl (not sb-thread))
-(warn "This package requires the multithreading version of sbcl")
-
-(eval-when (:compile-toplevel :load-toplevel :execute)
-  #+sbcl (require :sb-bsd-sockets)
-  #+lispworks (require "comm")
-  #+allegro (require :socket))
-
 (defpackage #:modlisp-system (:use #:cl #:asdf))
 (in-package #:modlisp-system)
 
-#+(or allegro clisp cmu lispworks sbcl-thread)
+#+(or allegro cmu lispworks sbcl)
 (defsystem modlisp
     :depends-on (:kmrcl)
     :components