Update of /project/elephant/cvsroot/elephant/src/elephant In directory clnet:/tmp/cvs-serv8074/src/elephant
Modified Files: variables.lisp Log Message: Final changes to build process for prebuilt windows files, documenting user configuration options, enabling clsql-lib load paths and some installation manual edits
--- /project/elephant/cvsroot/elephant/src/elephant/variables.lisp 2007/04/25 02:28:02 1.17 +++ /project/elephant/cvsroot/elephant/src/elephant/variables.lisp 2007/04/30 00:38:31 1.18 @@ -42,7 +42,7 @@ ;;;; General support for user configurable parameters
(defvar *user-configurable-parameters* - '((:map-using-degree2 *map-using-degree2*) + '((:berkeley-db-map-degree2 *map-using-degree2*) (:berkeley-db-cachesize *berkeley-db-cachesize*)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;