X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-base.asd;h=e304a0f96ee5ea819d1a52a5e609f4214a4e0e49;hb=4e3928e3c78a9953a1de5c5d89241625b38671ff;hp=3642a207b53716c77f702c28da7fbaec3e6dbd77;hpb=ef790603600edc88958389d269922b1f379781e1;p=clsql.git diff --git a/clsql-base.asd b/clsql-base.asd index 3642a20..e304a0f 100644 --- a/clsql-base.asd +++ b/clsql-base.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-base.asd,v 1.6 2002/09/06 10:26:17 kevin Exp $ +;;;; $Id: clsql-base.asd,v 1.7 2002/09/06 10:31:51 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -31,10 +31,11 @@ :device (pathname-device *load-truename*) :directory (pathname-directory *load-truename*))))) -(defconstant +clsql-logical-host+ - #+common-lisp-controller "cl-library" - #-common-lisp-controller "clsql" - "Logical hostname for loading system") +(eval-when (:compile-toplevel :load-toplevel :execute) + (defconstant +clsql-logical-host+ + #+common-lisp-controller "cl-library" + #-common-lisp-controller "clsql" + "Logical hostname for loading system")) ;;; System definitions