diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/template.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/template.h b/src/s/template.h index 070e5ed259f..836f45cfc58 100644 --- a/src/s/template.h +++ b/src/s/template.h | |||
| @@ -147,6 +147,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 147 | is not ':', #define this to be the appropriate character constant. */ | 147 | is not ':', #define this to be the appropriate character constant. */ |
| 148 | /* #define SEPCHAR ':' */ | 148 | /* #define SEPCHAR ':' */ |
| 149 | 149 | ||
| 150 | /* Define this if the system can use mmap in ralloc.c. */ | ||
| 151 | /* #define REL_ALLOC_MMAP 1 */ | ||
| 152 | |||
| 150 | /* ============================================================ */ | 153 | /* ============================================================ */ |
| 151 | 154 | ||
| 152 | /* Here, add any special hacks needed | 155 | /* Here, add any special hacks needed |