summaryrefslogtreecommitdiff
path: root/src/s/sol2.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-18 04:05:03 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-18 04:05:03 +0000
commit290182e82abd660171d6dd710f2f33e1971b11c0 (patch)
tree69c48984d093bc7601a3578bfcf3fb8bda786113 /src/s/sol2.h
parentfbe69e3a7bec78fa73fa25c96e2d4260ee64ddbd (diff)
downloademacs-290182e82abd660171d6dd710f2f33e1971b11c0.tar.gz
(REL_ALLOC): #undef deleted.
Diffstat (limited to 'src/s/sol2.h')
-rw-r--r--src/s/sol2.h6
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. */
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