lib.c (config_set_var_n): Return a pointer even if we don't change the var.
[runlisp] / runlisp.conf
... / ...
CommitLineData
1;;; -*-conf-windows-*-
2
3;;;--------------------------------------------------------------------------
4;;; Top-level configuration.
5
6;; Lisp implementations for which custom images should be dumped by
7;; `dump-runlisp-image -a'. Defaults to all installed Lisp implementations.
8; dump = sbcl, cmucl, ccl, clisp
9
10;; Lisp implementations to use by preference. Defaults to the order read
11;; from the configuration file. Overridden by `$RUNLISP_PREFER' in
12;; environment.
13; prefer = sbcl, ccl, clisp, ecl, cmucl, sbcl
14
15;; Directory to look for or dump custom images. Defaults to hardcoded
16;; directory; overridden by `$RUNLISP_IMAGEDIR' in environment.
17; image-dir = /path/to/things
18
19;; Directory to look for additional scripts. Defaults to hardcoded
20;; directory; overridden by `$RUNLISP_DATADIR' in environment.
21; data-dir = /path/to/things
22
23;; Script to support eval-mode operation. Defaults to
24;; `${data-dir}/eval.lisp'; opverridden by `$RUNLISP_EVAL' in environment.
25; eval-script = /path/to/script
26
27;;;--------------------------------------------------------------------------