| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK Online Homework Delivery System |
3 | # WeBWorK Online Homework Delivery System |
| 4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.52 2004/02/27 19:01:40 sh002i Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.54 2004/04/03 15:44:55 jj Exp $ |
| 6 | # |
6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify it under |
7 | # This program is free software; you can redistribute it and/or modify it under |
| 8 | # the terms of either: (a) the GNU General Public License as published by the |
8 | # the terms of either: (a) the GNU General Public License as published by the |
| 9 | # Free Software Foundation; either version 2, or (at your option) any later |
9 | # Free Software Foundation; either version 2, or (at your option) any later |
| 10 | # version, or (b) the "Artistic License" which comes with this package. |
10 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 163 | latex => "/usr/local/bin/latex", |
163 | latex => "/usr/local/bin/latex", |
| 164 | dvipng => "/usr/local/bin/dvipng", |
164 | dvipng => "/usr/local/bin/dvipng", |
| 165 | gif2eps => "$webworkDirs{bin}/gif2eps", |
165 | gif2eps => "$webworkDirs{bin}/gif2eps", |
| 166 | png2eps => "$webworkDirs{bin}/png2eps", |
166 | png2eps => "$webworkDirs{bin}/png2eps", |
| 167 | gif2png => "$webworkDirs{bin}/gif2png", |
167 | gif2png => "$webworkDirs{bin}/gif2png", |
|
|
168 | mysql => "/usr/local/bin/mysql", |
| 168 | ); |
169 | ); |
| 169 | |
170 | |
| 170 | ################################################################################ |
171 | ################################################################################ |
| 171 | # Frontend options |
172 | # Frontend options |
| 172 | ################################################################################ |
173 | ################################################################################ |
| … | |
… | |
| 317 | numAbsTolDefault => .001, |
318 | numAbsTolDefault => .001, |
| 318 | numFormatDefault => "", |
319 | numFormatDefault => "", |
| 319 | numRelPercentTolDefault => .1, |
320 | numRelPercentTolDefault => .1, |
| 320 | numZeroLevelDefault => 1E-14, |
321 | numZeroLevelDefault => 1E-14, |
| 321 | numZeroLevelTolDefault => 1E-12, |
322 | numZeroLevelTolDefault => 1E-12, |
|
|
323 | useBaseTenLog => 0, |
| 322 | }, |
324 | }, |
| 323 | ); |
325 | ); |