comparison mac/inc/epaths.h @ 59145:c331d9c412f2

* makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and lastfile.c.x. (PPCCOptions): Add -alloca. (EmacsObjects): Remove alloca.c.x. Add fringe.c.x, image.c.x, and lastfile.c.x. (Emacs MPW): Add QuickTimeLib. (EmacsSource): Remove alloca.c. Add fringe.c, image.c, and lastfile.c. (LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and map-ynp.elc. * inc/config.h (USE_LSB_TAG) [__MRC__]: Define. (UNEXEC_SRC): Close comment. * inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines. * inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define. (C_ALLOCA) [__MRC__]: Don't define. * inc/s-mac.h (X_OK): New define. (DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro. (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
author Steven Tamm <steventamm@mac.com>
date Mon, 27 Dec 2004 17:23:53 +0000
parents 695cf19ef79e
children 23a17af379b1 95879cc1ed20
comparison
equal deleted inserted replaced
59144:8d9ea622c741 59145:c331d9c412f2
44 is set to this value. */ 44 is set to this value. */
45 #define PATH_DATA "~emacs/data" 45 #define PATH_DATA "~emacs/data"
46 46
47 /* Where Emacs should look for X bitmap files. 47 /* Where Emacs should look for X bitmap files.
48 The lisp variable x-bitmap-file-path is set based on this value. */ 48 The lisp variable x-bitmap-file-path is set based on this value. */
49 /* #define PATH_BITMAPS "/usr/include/X11/bitmaps" */ 49 #define PATH_BITMAPS ""
50 50
51 /* Where Emacs should look for its docstring file. The lisp variable 51 /* Where Emacs should look for its docstring file. The lisp variable
52 doc-directory is set to this value. */ 52 doc-directory is set to this value. */
53 #define PATH_DOC "../etc" 53 #define PATH_DOC "../etc"
54 54
55 /* Where the configuration process believes the info tree lives. The 55 /* Where the configuration process believes the info tree lives. The
56 lisp variable configure-info-directory gets its value from this 56 lisp variable configure-info-directory gets its value from this
57 macro, and is then used to set the Info-default-directory-list. */ 57 macro, and is then used to set the Info-default-directory-list. */
58 #define PATH_INFO "~emacs/info" 58 #define PATH_INFO "~emacs/info"
59 59
60 /* Where Emacs should store game score files. */
61 #define PATH_GAME "~emacs/games"
62
60 /* Where Emacs should look for the application default file. */ 63 /* 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" */ 64 /* #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" */
62 65
63 /* arch-tag: 32e95134-dfe4-47be-be28-e8cbf78505b6 66 /* arch-tag: 32e95134-dfe4-47be-be28-e8cbf78505b6
64 (do not change this comment) */ 67 (do not change this comment) */