prolog_config.pl -- Provide configuration information
This module provides information about the configuration to facilitate linking against Prolog, embedding Prolog or calling Prolog.
- prolog_dump_runtime_variables
- Dump the current configuration in shell format. This predicate is called when Prolog is started using the commandline option `--dump-runtime-variables`
- prolog_config(+Config, -Value) is semidet
- Get information on the configuration of the current Prolog system. Mostly used to support scripting.