diff options
| author | Dave Love | 2000-09-08 13:57:04 +0000 |
|---|---|---|
| committer | Dave Love | 2000-09-08 13:57:04 +0000 |
| commit | 0460aa783ece2fe09bd7a8f7ec7338c95202b7d0 (patch) | |
| tree | ea50a41cbd15de7fb172d8e808ba8421333a35f5 /src | |
| parent | fc653ef2d8a083e2ce57ed43ce959fa9f99da9b8 (diff) | |
| download | emacs-0460aa783ece2fe09bd7a8f7ec7338c95202b7d0.tar.gz emacs-0460aa783ece2fe09bd7a8f7ec7338c95202b7d0.zip | |
(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(); | |||
| 123 | 123 | ||
| 124 | #define NARROWPROTO 1 | 124 | #define NARROWPROTO 1 |
| 125 | 125 | ||
| 126 | #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 @@ | |||
| 46 | #ifndef TERMINFO | 46 | #ifndef TERMINFO |
| 47 | #define LIBS_TERMCAP -ltermcap | 47 | #define LIBS_TERMCAP -ltermcap |
| 48 | #endif | 48 | #endif |
| 49 | |||
| 50 | #define REL_ALLOC_MMAP 1 | ||