Rev 17170 | Rev 17894 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17170 | Rev 17482 | ||
---|---|---|---|
Line 59... | Line 59... | ||
59 | char PATH[512]; /* directory settings */ |
59 | char PATH[512]; /* directory settings */ |
60 | char *commonpath="/usr/local/bin:/usr/bin:/usr/games:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/texbin:/usr/local/texbin"; |
60 | char *commonpath="/usr/local/bin:/usr/bin:/usr/games:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/texbin:/usr/local/texbin"; |
61 | char *gap_command="gap.sh -T -m 64M"; |
61 | char *gap_command="gap.sh -T -m 64M"; |
62 | char *maxima_command="maxima -X '--dynamic-space-size 512'"; |
62 | char *maxima_command="maxima -X '--dynamic-space-size 512'"; |
63 | char *pari_command="gp -f -q -p 150000"; |
63 | char *pari_command="gp -f -q -p 150000"; |
64 | char *octave_command="octave - |
64 | char *octave_command="octave -Hq --no-line-editing --no-window-system --silent"; |
65 | char *scilab_command="scilab -nwni"; |
65 | char *scilab_command="scilab -nwni"; |
66 | char *QRencode_command="qrencode -o"; |
66 | char *QRencode_command="qrencode -o"; |
67 | 67 | ||
68 | /* default languages */ |
68 | /* default languages */ |
69 | char site_langbuf[]="en fr es it nl ca si de cn"; |
69 | char site_langbuf[]="en fr es it nl ca si de cn"; |