diff options
author | Dave Love <fx@gnu.org> | 2000-09-28 09:41:28 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-09-28 09:41:28 +0000 |
commit | 2a620aaa637e28608d3839d66251cf8185c4e44b (patch) | |
tree | c25f7c7e36ed13e630ccca60f260994eb03e40c1 | |
parent | efffeeb43e74565569d80f909449ef5113423b77 (diff) | |
download | emacs-2a620aaa637e28608d3839d66251cf8185c4e44b.tar.gz emacs-2a620aaa637e28608d3839d66251cf8185c4e44b.tar.bz2 emacs-2a620aaa637e28608d3839d66251cf8185c4e44b.zip |
Define REL_ALLOC_MMAP, not REL_ALLOC_MMAP.
-rw-r--r-- | src/s/osf5-0.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/osf5-0.h b/src/s/osf5-0.h index 3845fa76d02..af0dd1f8a63 100644 --- a/src/s/osf5-0.h +++ b/src/s/osf5-0.h @@ -13,3 +13,5 @@ /* We have missing/inconsistent prototypes on 5.0, at least. */ #define INHIBIT_X11R6_XIM + +#define USE_MMAP_FOR_BUFFERS 1 |