Did you know ... Search Documentation:
prolog_config.pl -- Provide configuration information
PublicShow source

This module provides information about the configuration to facilitate linking against Prolog, embedding Prolog or calling Prolog.

Source 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`
Source prolog_config(+Config, -Value) is semidet
Get information on the configuration of the current Prolog system. Mostly used to support scripting.
Source apple_bundle_libdir(-LibDir)[private]
If we are part of a MacOS bundle the C libraries are in the bundle Frameworks directory and the executable is in the bundle MacOS directory.