# HG changeset patch # User Richard M. Stallman # Date 780444928 0 # Node ID 43aa8427db014fea2ac7f5371b5053d0c5936a84 # Parent 21517199cfae57b4e44e0be04a97d5811f38060e (USE_DL_STUBS): Add #undef. diff -r 21517199cfae -r 43aa8427db01 src/s/sunos4shr.h --- a/src/s/sunos4shr.h Sat Sep 24 09:13:57 1994 +0000 +++ b/src/s/sunos4shr.h Sat Sep 24 22:15:28 1994 +0000 @@ -41,3 +41,5 @@ /* khera@cs.duke.edu says this is needed. */ #define memmove(to, from, size) bcopy (from, to, size) + +#undef USE_DL_STUBS