Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
67cdbf16
Commit
67cdbf16
authored
Sep 14, 2000
by
Gerd Moellmann
Browse files
(USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP.
parent
e32fac2a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
src/s/freebsd.h
src/s/freebsd.h
+3
-3
src/s/irix5-0.h
src/s/irix5-0.h
+1
-1
src/s/sol2.h
src/s/sol2.h
+1
-1
src/s/template.h
src/s/template.h
+2
-2
No files found.
src/s/freebsd.h
View file @
67cdbf16
...
...
@@ -190,7 +190,7 @@
#define GC_MARK_STACK 1
/* Define
REL_ALLOC_MMAP to use an ralloc implementation based on
mmap(2)
*/
/* Define
USE_MMAP_FOR_BUFFERS to let Emacs use mmap(2) to allocate
buffer text. This overrides REL_ALLOC.
*/
#define
REL_ALLOC_MMAP
1
#define
USE_MMAP_FOR_BUFFERS
1
src/s/irix5-0.h
View file @
67cdbf16
...
...
@@ -123,4 +123,4 @@ char *_getpty();
#define NARROWPROTO 1
#define
REL_ALLOC_MMAP
1
#define
USE_MMAP_FOR_BUFFERS
1
src/s/sol2.h
View file @
67cdbf16
...
...
@@ -47,4 +47,4 @@
#define LIBS_TERMCAP -ltermcap
#endif
#define
REL_ALLOC_MMAP
1
#define
USE_MMAP_FOR_BUFFERS
1
src/s/template.h
View file @
67cdbf16
...
...
@@ -147,8 +147,8 @@ Boston, MA 02111-1307, USA. */
is not ':', #define this to be the appropriate character constant. */
/* #define SEPCHAR ':' */
/* Define this if the system can use mmap
in ralloc.c
. */
/* #define
REL_ALLOC_MMAP
1 */
/* Define this if the system can use mmap
for buffer text allocation
. */
/* #define
USE_MMAP_FOR_BUFFERS
1 */
/* ============================================================ */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment