2 * DO NOT EDIT -- generated by the Makefile
6 #if !defined(__CONF_H__)
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 */
15 /* the default :-separated startup file list */
16 #if !defined(DEFAULTCALCRC)
17 #define DEFAULTCALCRC "/usr/share/calc/startup:~/.calcrc:./.calcinit"
18 #endif /* DEFAULTCALCRC */
20 /* the location of the help directory */
22 #define HELPDIR "/usr/share/calc/help"
25 /* the location of the custom help directory */
26 #if !defined(CUSTOMHELPDIR)
27 #define CUSTOMHELPDIR "/usr/share/calc/custhelp"
28 #endif /* CUSTOMHELPDIR */
30 /* the default pager to use */
31 #if !defined(DEFAULTCALCPAGER)
32 #define DEFAULTCALCPAGER "more"
33 #endif /* DEFAULTCALCPAGER */
35 /* where the echo command is located */
36 #if !defined(ECHO_PROG)
37 #define ECHO_PROG "/bin/echo"
38 #endif /* ECHO_PROG */
41 #endif /* !__CONF_H__ */