changeset 9074:05ed4bcaab10

(USE_DL_STUBS): Defined.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Sep 1994 22:15:44 +0000
parents 43aa8427db01
children 04b461c99a96
files src/s/sunos4-1.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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