comparison src/s/template.h @ 109421:10cf940285f9

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 30 Jun 2010 22:57:08 +0000
parents 6799ec1a7188
children 88810df348ab
comparison
equal deleted inserted replaced
109420:c166807ffc89 109421:10cf940285f9
106 106
107 /* If the character used to separate elements of the executable path 107 /* If the character used to separate elements of the executable path
108 is not ':', #define this to be the appropriate character constant. */ 108 is not ':', #define this to be the appropriate character constant. */
109 /* #define SEPCHAR ':' */ 109 /* #define SEPCHAR ':' */
110 110
111 /* Define this if the system can use mmap for buffer text allocation. */
112 /* #define USE_MMAP_FOR_BUFFERS 1 */
113
114 /* ============================================================ */ 111 /* ============================================================ */
115 112
116 /* Here, add any special hacks needed to make Emacs work on this 113 /* Here, add any special hacks needed to make Emacs work on this
117 system. For example, you might define certain system call names 114 system. For example, you might define certain system call names
118 that don't exist on your system, or that do different things on 115 that don't exist on your system, or that do different things on