aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorRichard M. Stallman1999-01-02 00:10:53 +0000
committerRichard M. Stallman1999-01-02 00:10:53 +0000
commite0a6ee5e19136304d6e5b97b42279b80ff9334ab (patch)
tree7132f23dcff0f2b029cdf354d16cc839adad061f /src/s/gnu-linux.h
parent81d492d5da8d8d24f30ed514c4de9e968bcc2b6b (diff)
downloademacs-e0a6ee5e19136304d6e5b97b42279b80ff9334ab.tar.gz
emacs-e0a6ee5e19136304d6e5b97b42279b80ff9334ab.zip
[DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index d0d8a95bca6..82445048eba 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -302,3 +302,8 @@ Boston, MA 02111-1307, USA. */
302 302
303#define BSD_PGRPS 303#define BSD_PGRPS
304#define setpgrp(pid,pgid) setpgid(pid,pgid) 304#define setpgrp(pid,pgid) setpgid(pid,pgid)
305
306/* Use mmap directly for allocating larger buffers. */
307#ifdef DOUG_LEA_MALLOC
308#undef REL_ALLOC
309#endif