From: Richard M. Stallman Date: Sat, 24 Sep 1994 22:15:44 +0000 (+0000) Subject: (USE_DL_STUBS): Defined. X-Git-Tag: emacs-19.34~6780 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2f13c2af13a806953d4ef52664159b0a9f2725e;p=emacs.git (USE_DL_STUBS): Defined. --- 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