diff options
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 | ||