get-theme-d-config-var(1)

get Theme-D configuration variable

Section 1 theme-d-translator bookworm source

Description

GET_THEME_D_CONFIG_VAR

NAME

get-theme-d-config-var - get Theme-D configuration variable

SYNOPSIS

get-theme-d-config-var VAR

DESCRIPTION

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.

ENVIRONMENT

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.

FILES

/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.

SEE ALSO

setup-theme-d-test-env(1), theme-d-compile(1), theme-d-link(1), run-theme-d-program(1), /usr/share/doc/theme-d-doc/theme-d-user-guide.pdf.gz