diff options
author | Dave Love <fx@gnu.org> | 2000-09-08 13:57:04 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-09-08 13:57:04 +0000 |
commit | 0460aa783ece2fe09bd7a8f7ec7338c95202b7d0 (patch) | |
tree | ea50a41cbd15de7fb172d8e808ba8421333a35f5 /src | |
parent | fc653ef2d8a083e2ce57ed43ce959fa9f99da9b8 (diff) | |
download | emacs-0460aa783ece2fe09bd7a8f7ec7338c95202b7d0.tar.gz |
(REL_ALLOC_MMAP): Define.
Diffstat (limited to 'src')
-rw-r--r-- | src/s/irix5-0.h | 1 | ||||
-rw-r--r-- | src/s/sol2.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h index 4b5ec36396e..9e21963125e 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h @@ -123,3 +123,4 @@ char *_getpty(); #define NARROWPROTO 1 +#define REL_ALLOC_MMAP 1 diff --git a/src/s/sol2.h b/src/s/sol2.h index d0c42e6c62c..a53ac8bdbaf 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h @@ -46,3 +46,5 @@ #ifndef TERMINFO #define LIBS_TERMCAP -ltermcap #endif + +#define REL_ALLOC_MMAP 1 |