comparison nt/paths.h @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children f9a65d7ebd29
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
42 files, like the NEWS file. The lisp variable data-directory 42 files, like the NEWS file. The lisp variable data-directory
43 is set to this value. */ 43 is set to this value. */
44 /* #define PATH_DATA "/usr/local/lib/emacs/data" */ 44 /* #define PATH_DATA "/usr/local/lib/emacs/data" */
45 #define PATH_DATA "C:/emacs/data" 45 #define PATH_DATA "C:/emacs/data"
46 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 ""
50
47 /* Where Emacs should look for its docstring file. The lisp variable 51 /* Where Emacs should look for its docstring file. The lisp variable
48 doc-directory is set to this value. */ 52 doc-directory is set to this value. */
49 #define PATH_DOC "C:/emacs/etc" 53 #define PATH_DOC "C:/emacs/etc"
50
51 /* The name of the directory that contains lock files with which we
52 record what files are being modified in Emacs. This directory
53 should be writable by everyone. THE STRING MUST END WITH A
54 SLASH!!! */
55 /* #define PATH_LOCK "/usr/local/lib/emacs/lock/" */
56 #define PATH_LOCK "C:/emacs/lock/"
57 54
58 /* Where the configuration process believes the info tree lives. The 55 /* Where the configuration process believes the info tree lives. The
59 lisp variable configure-info-directory gets its value from this 56 lisp variable configure-info-directory gets its value from this
60 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. */
61 /* #define PATH_INFO "/usr/local/info" */ 58 /* #define PATH_INFO "/usr/local/info" */
62 #define PATH_INFO "C:/emacs/info" 59 #define PATH_INFO "C:/emacs/info"
60
61 /* arch-tag: f6d46f3c-e1e9-436b-8629-edcaf6597973
62 (do not change this comment) */