From a23e3ce79f73d809eb4d0a11d07685d5d6d2f503 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 24 Sep 1994 22:15:28 +0000 Subject: [PATCH] (USE_DL_STUBS): Add #undef. --- src/s/sunos4shr.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index 16124943510..2acf7756283 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h @@ -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 -- 2.39.5