| 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: webwork2/conf/global.conf.dist,v 1.98 2004/08/27 21:13:22 sh002i Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.99 2004/08/28 01:30:03 sh002i 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. |
| … | |
… | |
| 50 | |
50 | |
| 51 | $externalPrograms{mkdir} = "/bin/mkdir"; |
51 | $externalPrograms{mkdir} = "/bin/mkdir"; |
| 52 | $externalPrograms{mysql} = "/usr/local/bin/mysql"; |
52 | $externalPrograms{mysql} = "/usr/local/bin/mysql"; |
| 53 | |
53 | |
| 54 | $externalPrograms{latex} = "/usr/local/bin/latex"; |
54 | $externalPrograms{latex} = "/usr/local/bin/latex"; |
| 55 | $externalPrograms{pdflatex} = "/usr/local/bin/pdflatex"; |
55 | $externalPrograms{pdflatex} = "/usr/local/bin/pdflatex --shell-escape"; # allows pdflatex to handle .eps files |
| 56 | $externalPrograms{dvipng} = "/usr/local/bin/dvipng"; |
56 | $externalPrograms{dvipng} = "/usr/local/bin/dvipng"; |
| 57 | $externalPrograms{tth} = "/usr/local/bin/tth"; |
57 | $externalPrograms{tth} = "/usr/local/bin/tth"; |
| 58 | |
58 | |
| 59 | ################################################################################ |
59 | ################################################################################ |
| 60 | # Mail settings |
60 | # Mail settings |
| … | |
… | |
| 286 | # asuLibrary => "Arizona State", |
286 | # asuLibrary => "Arizona State", |
| 287 | # dcdsLibrary => "Detroit CDS", |
287 | # dcdsLibrary => "Detroit CDS", |
| 288 | # dartmouthLibrary => "Dartmouth", |
288 | # dartmouthLibrary => "Dartmouth", |
| 289 | # indianaLibrary => "Indiana", |
289 | # indianaLibrary => "Indiana", |
| 290 | # osuLibrary => "Ohio State", |
290 | # osuLibrary => "Ohio State", |
|
|
291 | # capaLibrary => "CAPA", |
| 291 | }; |
292 | }; |
| 292 | |
293 | |
| 293 | ################################################################################ |
294 | ################################################################################ |
| 294 | # Database options |
295 | # Database options |
| 295 | ################################################################################ |
296 | ################################################################################ |