get-theme-d-config-var - get Theme-D configuration variable
get-theme-d-config-var VAR
Command get-theme-d-config-var fetches the value of a
configuration variable VAR from the Theme-D configuration file. The
value of the variable is printed to the standard output. If the variable
does not exist in the configuration file the command is terminated with a
runtime error. The Theme-D configuration variables are the following:
- guile-version
- The Guile version used by Theme-D.
- translator-dir
- The location of the compiler and linker implementations.
- runtime-dir
- The location of the Theme-D runtime environment.
- lib-dir
- The location of the Theme-D standard library.
- examples-dir
- The location of the Theme-D examples.
- tests-dir
- The location of the Theme-D tests.
- tools-dir
- The location of the Theme-D tools.
- compiler-path
- Theme-D compiler path.
- linker-path
- Theme-D linker path.
- run-path
- Theme-D run script path.
- use-support-lib?
- #t if the support library is used, #f otherwise.
- i-ht-goops-native-classes-size
- The size of the native GOOPS class hash table.
- i-ht-goops-classes-size
- The size of the Theme-D GOOPS class hash table.
- THEME_D_CONFIG_FILE
- If this variable is defined its value is used as the Theme-D configuration
file instead of the default configuration file.
- /etc/theme-d-config
- The Theme-D configuration file.
- ~/.theme-d-config
- The Theme-D configuration file. This file should be normally present only
if you use Theme-D in local mode.