diff options
| author | Richard M. Stallman | 2002-07-21 20:29:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-21 20:29:33 +0000 |
| commit | 4c8416c7bce05301f88167558567ca7cf3b726a3 (patch) | |
| tree | 8478b7b6b15bacfc052ab6b219d0e329ee9aac22 /src/epaths.in | |
| parent | 637897581124f8f6bc628d7adb85b425747c6f78 (diff) | |
| download | emacs-4c8416c7bce05301f88167558567ca7cf3b726a3.tar.gz emacs-4c8416c7bce05301f88167558567ca7cf3b726a3.zip | |
(PATH_GAME): New macro, edited by ../Makefile.in.
Diffstat (limited to 'src/epaths.in')
| -rw-r--r-- | src/epaths.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/epaths.in b/src/epaths.in index f7c1c10377f..2e7126c328a 100644 --- a/src/epaths.in +++ b/src/epaths.in | |||
| @@ -54,5 +54,8 @@ Boston, MA 02111-1307, USA. */ | |||
| 54 | macro, and is then used to set the Info-default-directory-list. */ | 54 | macro, and is then used to set the Info-default-directory-list. */ |
| 55 | #define PATH_INFO "/usr/local/info" | 55 | #define PATH_INFO "/usr/local/info" |
| 56 | 56 | ||
| 57 | /* Where Emacs should store game score files. */ | ||
| 58 | #define PATH_GAME "/usr/local/var/games/emacs" | ||
| 59 | |||
| 57 | /* Where Emacs should look for the application default file. */ | 60 | /* Where Emacs should look for the application default file. */ |
| 58 | #define PATH_X_DEFAULTS "/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S" | 61 | #define PATH_X_DEFAULTS "/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S" |