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"
13 #endif /* DEFAULTCALCPATH */
15 /* the default :-separated startup file list */
16 #if !defined(DEFAULTCALCRC)
17 #define DEFAULTCALCRC "/lib/calc/startup:~/.calcrc:./.calcinit"
18 #endif /* DEFAULTCALCRC */
20 /* the location of the help directory */
22 #define HELPDIR "/lib/calc/help"
25 /* the location of the custom help directory */
26 #if !defined(CUSTOMHELPDIR)
27 #define CUSTOMHELPDIR "/lib/calc/help/custhelp"
28 #endif /* CUSTOMHELPDIR */
30 /* the default pager to use */
31 #if !defined(DEFAULTCALCPAGER)
32 #define DEFAULTCALCPAGER "less.exe"
33 #endif /* DEFAULTCALCPAGER */
36 #endif /* !__CONF_H__ */