diff options
| author | Richard M. Stallman | 1994-09-06 01:34:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-06 01:34:31 +0000 |
| commit | 58c4d0cbbf1bcddd3e56a309c75e838081d278b5 (patch) | |
| tree | 45f11e9d3063ff0ab8283dd84df24e221d915b0a | |
| parent | e31e7d37cef3d83b3b1244450966fab0ace63df6 (diff) | |
| download | emacs-58c4d0cbbf1bcddd3e56a309c75e838081d278b5.tar.gz emacs-58c4d0cbbf1bcddd3e56a309c75e838081d278b5.zip | |
[USE_X_TOOLKIT && HAVE_X11XTR6] (REL_ALLOC): Undefine it.
| -rw-r--r-- | src/s/sol2.h | 6 |
1 files changed, 6 insertions, 0 deletions
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. */ | |||
| 41 | people keep saying that it doesn't work, and that the patch is easy | 41 | people keep saying that it doesn't work, and that the patch is easy |
| 42 | to install. Patch number is 100947-02. */ | 42 | to install. Patch number is 100947-02. */ |
| 43 | #undef SOLARIS_BROKEN_ACCESS | 43 | #undef SOLARIS_BROKEN_ACCESS |
| 44 | |||
| 45 | /* We can't use Xt from X11R6 with ralloc.c, because Xt | ||
| 46 | includes libthread.so and that calls sbrk directly. */ | ||
| 47 | #if defined (USE_X_TOOLKIT) && defined (HAVE_X11XTR6) | ||
| 48 | #undef REL_ALLOC | ||
| 49 | #endif | ||