# HG changeset patch # User Richard M. Stallman # Date 780444944 0 # Node ID 05ed4bcaab10dd6cc58d2a80c47f24e8456edffc # Parent 43aa8427db014fea2ac7f5371b5053d0c5936a84 (USE_DL_STUBS): Defined. diff -r 43aa8427db01 -r 05ed4bcaab10 src/s/sunos4-1.h --- a/src/s/sunos4-1.h Sat Sep 24 22:15:28 1994 +0000 +++ b/src/s/sunos4-1.h Sat Sep 24 22:15:44 1994 +0000 @@ -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