/* AMIGA: Created from scratch to have reasonable defaults for the Amiga */
 
/* the default ;-separated search path */
#ifndef DEFAULTCALCPATH
#define DEFAULTCALCPATH ";CALCDIR:lib/"
#endif /* DEFAULTCALCPATH */

/* the default ;-separated startup file list */
#ifndef DEFAULTCALCRC
#define DEFAULTCALCRC "CALCDIR:lib/startup;S:.calcrc"
#endif /* DEFAULTCALCRC */

/* the location of the help directory */
#ifndef DEFAULTHELPDIR
#define DEFAULTHELPDIR "CALCDIR:help/"
#endif /* HELPDIR */

/* the default pager to use */
#ifndef DEFAULTCALCPAGER
#define DEFAULTCALCPAGER "more"
#endif /* DEFAULTCALCPAGER */

/* the default home directory to use */
#ifndef DEFAULTHOME
#define DEFAULTHOME "S:"
#endif  /* DEFAULTHOME */
