diff options
| author | Richard M. Stallman | 1994-09-18 04:05:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-18 04:05:03 +0000 |
| commit | bbea4f40f93737c9cb005504c14128d8d4d78453 (patch) | |
| tree | 221f6cd945ca696a4d68db34bd829218e3a17a23 /src | |
| parent | 47684cd9b5d68ffd40bf64bbe9cecdc07ab618ce (diff) | |
| download | emacs-bbea4f40f93737c9cb005504c14128d8d4d78453.tar.gz emacs-bbea4f40f93737c9cb005504c14128d8d4d78453.zip | |
(REL_ALLOC): #undef deleted.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sol2.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h index 3218e9ff6bb..02560df0f5e 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h | |||
| @@ -41,9 +41,3 @@ 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 | ||