Sync to HEAD
[bpt/emacs.git] / mac / inc / epaths.h
CommitLineData
1a578e9b
AC
1/* Hey Emacs, this is -*- C -*- code! */
2
3/* Handcrafted epaths.h file for building GNU Emacs on the Macintosh.
4 Copyright (C) 1999, 2000 Free Software Foundation, Inc.
5
6This file is part of GNU Emacs.
7
8GNU Emacs is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2, or (at your option)
11any later version.
12
13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with GNU Emacs; see the file COPYING. If not, write to
20the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21Boston, MA 02111-1307, USA. */
22
e0f712ba 23/* Contributed by Andrew Choi (akochoi@mac.com). */
1a578e9b
AC
24
25/* The default search path for Lisp function "load".
26 This sets load-path. */
27#define PATH_LOADSEARCH "~emacs/lisp:~emacs/leim:~emacs/lisp/calendar:~emacs/lisp/emacs-lisp:~emacs/lisp/emulation:~emacs/lisp/progmodes:~emacs/lisp/textmodes:~emacs/lisp/international:~emacs/lisp/language:~emacs/lisp/play"
28
29/* Like PATH_LOADSEARCH, but used only when Emacs is dumping. This
30 path is usually identical to PATH_LOADSEARCH except that the entry
31 for the directory containing the installed lisp files has been
32 replaced with ../lisp. */
33#define PATH_DUMPLOADSEARCH "~emacs/lisp"
34
35/* The extra search path for programs to invoke. This is appended to
36 whatever the PATH environment variable says to set the Lisp
37 variable exec-path and the first file name in it sets the Lisp
38 variable exec-directory. exec-directory is used for finding
39 executables and other architecture-dependent files. */
c1e279c2 40#define PATH_EXEC "~emacs/mac"
1a578e9b
AC
41
42/* Where Emacs should look for its architecture-independent data
43 files, like the NEWS file. The lisp variable data-directory
44 is set to this value. */
45#define PATH_DATA "~emacs/data"
46
47/* Where Emacs should look for X bitmap files.
48 The lisp variable x-bitmap-file-path is set based on this value. */
49/* #define PATH_BITMAPS "/usr/include/X11/bitmaps" */
50
51/* Where Emacs should look for its docstring file. The lisp variable
52 doc-directory is set to this value. */
53#define PATH_DOC "../etc"
54
55/* Where the configuration process believes the info tree lives. The
56 lisp variable configure-info-directory gets its value from this
57 macro, and is then used to set the Info-default-directory-list. */
58#define PATH_INFO "~emacs/info"
59
60/* Where Emacs should look for the application default file. */
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" */
6b61353c
KH
62
63/* arch-tag: 32e95134-dfe4-47be-be28-e8cbf78505b6
64 (do not change this comment) */