Mercurial > emacs
diff src/s/gnu-linux.h @ 25032:ae314c884db0
(NARROWPROTO): New.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Wed, 21 Jul 1999 21:43:52 +0000 |
| parents | dcc1ebab38c1 |
| children | 63fd40a97a75 |
line wrap: on
line diff
--- a/src/s/gnu-linux.h Wed Jul 21 21:43:52 1999 +0000 +++ b/src/s/gnu-linux.h Wed Jul 21 21:43:52 1999 +0000 @@ -303,6 +303,8 @@ #define BSD_PGRPS #define setpgrp(pid,pgid) setpgid(pid,pgid) +#define NARROWPROTO 1 + /* Use mmap directly for allocating larger buffers. */ #ifdef DOUG_LEA_MALLOC #undef REL_ALLOC
