r2570: Auto commit for Debian build
[clsql.git] / clsql-base.system
index 2b7443762d7fd16ebff9fadfc1c66844ef7d3e1b..c6b28b592a83bc03ce07947f85707c1d3bb549a5 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql-base.system,v 1.10 2002/08/23 19:39:56 kevin Exp $
+;;;; $Id: clsql-base.system,v 1.11 2002/09/06 10:31:51 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
                    :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