X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=wol.asd;h=21f671ee7344147ef9745dc2faf27b774f88ef17;hb=ca586910648f4844e335d92f23e619fd2b84f969;hp=e4ab74854e5f51bdc567050f731db9cc5b9be72e;hpb=0c0d2b88b9c35f1da0f62566768ccc0b6a4c7aa2;p=wol.git diff --git a/wol.asd b/wol.asd index e4ab748..21f671e 100644 --- a/wol.asd +++ b/wol.asd @@ -7,14 +7,15 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: July 2003 ;;;; -;;;; $Id: wol.asd,v 1.7 2003/08/10 05:16:52 kevin Exp $ +;;;; $Id: wol.asd,v 1.8 2003/08/10 17:56:44 kevin Exp $ ;;;; ;;;; This file and Wol are Copyright (c) 2003 by Kevin M. Rosenberg ;;;; ************************************************************************* (in-package #:cl-user) -#+(or cmu lispworks (and allegro (not common-lisp-controller))) (require :aserve) +#+(or cmu lispworks sbcl openmcl + (and allegro (not common-lisp-controller))) (require :aserve) #+(and allegro common-lisp-controller) (c-l-c::original-require :aserve) #+allegro (require :smtp) #+allegro (require :phtml)