Changes between Version 9 and Version 10 of ProjectOptions


Ignore:
Timestamp:
May 11, 2007, 2:03:31 PM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v9 v10  
    214214 '''ssh_exe'''::        path to `ssh` (default: `/usr/bin/ssh`)
    215215 '''ps_exe'''::         path to `ps` (which supports "w" flag) (default: `/bin/ps`)
     216
     217= Parsing project options =
     218
     219A program or script can access project options as follows:
     220
     221* C/C++: use the SCHED_CONFIG class (sched/sched_config.C,h)
     222* PHP: use the get_config() and parse_config() functions in inc/util.inc
     223* scripts: use the bin/parse_config program