]> git.eshelyaron.com Git - emacs.git/commitdiff
(USE_DL_STUBS): Defined.
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 22:15:44 +0000 (22:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 22:15:44 +0000 (22:15 +0000)
src/s/sunos4-1.h

index 241024249a8d40f1d1f8bbf02ec9e76e22ea88e8..7aa0946d3818583b711b8390f2b3e94ef25dfd89 100644 (file)
@@ -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