The Configuration Manager: /lib/config

The runtime configuration manager does nothing but maintain the static data given in the LPMOO configuration file.

There is but one interface function to the configuration manager:

    # include <moo/config.h>

    mixed value;

    value = CONFIG->query(CF_OPTION);
The following configuration options are currently recognized:


rob@ccs.neu.edu