/*
 * $Revision: 1.6 $
 * $Source: /import/kaplan/stable/distrib/epoch-4.2/src/RCS/paths.h-dist,v $
 * $Date: 92/03/17 13:44:59 $
 * $Author: love $
 */
/* The default search path for Lisp function "load".
   This sets load-path.  */
#define PATH_LOADSEARCH "/mit/epoch/epoch-lisp:/usr/athena/lib/elisp:/mit/epoch/lisp"

/* the extra search path for programs to invoke.
 This is appended to whatever the PATH environment variable says
 to set the Lisp variable exec-path and the first file namein it
  sets the Lisp variable exec-directory.  */
#ifdef ibm032
#define PATH_EXEC "/mit/epoch/rtbin"
#endif
#ifdef vax
/* Try a shared bin directory for BSD and Ultrix.  */
#define PATH_EXEC "/mit/epoch/vaxbin"
#endif
#ifdef _IBMR2
#define PATH_EXEC "/mit/epoch/rsaixbin"
#endif
#ifdef __mips
#define PATH_EXEC "/mit/epoch/decmipsbin"
#endif
#ifdef sun4
#define PATH_EXEC "/mit/epoch/sun4bin"
#endif

/* the path to an ASCII version of emacs.  This defaults to the
   copy installed from the ascii directory.  Alternatively, it can be
   set to the path to another copy installed elsewhere. */
#define PATH_ASCII "/usr/athena/bin/emacs"

/* the path to the system's app-defaults directory for X clients.  Can
   be changed if the X window system is installed in an alternative
   location.
   THIS STRING MUST END WITH A SLASH!!! */  
#define PATH_APPDEFAULTS "/usr/lib/X11/app-defaults/"

/* the name of the directory that contains lock files
 with which we record what files are being modified in Emacs.
 This directory should be writable by everyone.
 THE STRING MUST END WITH A SLASH!!!  */
#define PATH_LOCK "/usr/local/epoch/lock/"

/* the name of the file !!!SuperLock!!! in the directory
 specified by PATH_LOCK.  Yes, this is redundant.  */
#define PATH_SUPERLOCK "/usr/local/epoch/lock/!!!SuperLock!!!"
