Initial revision
[LeanCalc.git] / calc / calc / conf.h
1 /*
2  * DO NOT EDIT -- generated by the Makefile
3  */
4
5
6 #if !defined(__CONF_H__)
7 #define __CONF_H__
8
9
10 /* the default :-separated search path */
11 #if !defined(DEFAULTCALCPATH)
12 #define DEFAULTCALCPATH ".:./cal:~/.cal:/usr/share/calc:/usr/share/calc/custom"
13 #endif /* DEFAULTCALCPATH */
14
15 /* the default :-separated startup file list */
16 #if !defined(DEFAULTCALCRC)
17 #define DEFAULTCALCRC "/usr/share/calc/startup:~/.calcrc:./.calcinit"
18 #endif /* DEFAULTCALCRC */
19
20 /* the location of the help directory */
21 #if !defined(HELPDIR)
22 #define HELPDIR "/usr/share/calc/help"
23 #endif /* HELPDIR */
24
25 /* the location of the custom help directory */
26 #if !defined(CUSTOMHELPDIR)
27 #define CUSTOMHELPDIR "/usr/share/calc/custhelp"
28 #endif /* CUSTOMHELPDIR */
29
30 /* the default pager to use */
31 #if !defined(DEFAULTCALCPAGER)
32 #define DEFAULTCALCPAGER "more"
33 #endif /* DEFAULTCALCPAGER */
34
35 /* where the echo command is located */
36 #if !defined(ECHO_PROG)
37 #define ECHO_PROG "/bin/echo"
38 #endif /* ECHO_PROG */
39
40
41 #endif /* !__CONF_H__ */