From a2f13c2af13a806953d4ef52664159b0a9f2725e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 24 Sep 1994 22:15:44 +0000 Subject: [PATCH] (USE_DL_STUBS): Defined. --- src/s/sunos4-1.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h index 241024249a8..7aa0946d381 100644 --- a/src/s/sunos4-1.h +++ b/src/s/sunos4-1.h @@ -39,3 +39,6 @@ /* Tell GNU malloc to compensate for a bug in localtime. */ #define SUNOS_LOCALTIME_BUG #endif + +/* Define dlopen, dlclose, dlsym. */ +#define USE_DL_STUBS -- 2.39.5