Changes between Version 9 and Version 10 of ProjectOptions
- Timestamp:
- May 11, 2007, 2:03:31 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v9 v10 214 214 '''ssh_exe''':: path to `ssh` (default: `/usr/bin/ssh`) 215 215 '''ps_exe''':: path to `ps` (which supports "w" flag) (default: `/bin/ps`) 216 217 = Parsing project options = 218 219 A 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