From: Richard M. Stallman Date: Tue, 6 Sep 1994 01:34:31 +0000 (+0000) Subject: [USE_X_TOOLKIT && HAVE_X11XTR6] (REL_ALLOC): Undefine it. X-Git-Tag: emacs-19.34~7144 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=58c4d0cbbf1bcddd3e56a309c75e838081d278b5;p=emacs.git [USE_X_TOOLKIT && HAVE_X11XTR6] (REL_ALLOC): Undefine it. --- diff --git a/src/s/sol2.h b/src/s/sol2.h index 02560df0f5e..3218e9ff6bb 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h @@ -41,3 +41,9 @@ access(2), but in the meantime, some of us need the right behavior. */ people keep saying that it doesn't work, and that the patch is easy to install. Patch number is 100947-02. */ #undef SOLARIS_BROKEN_ACCESS + +/* We can't use Xt from X11R6 with ralloc.c, because Xt + includes libthread.so and that calls sbrk directly. */ +#if defined (USE_X_TOOLKIT) && defined (HAVE_X11XTR6) +#undef REL_ALLOC +#endif