projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a23e3ce
)
(USE_DL_STUBS): Defined.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 22:15:44 +0000
(22:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 22:15:44 +0000
(22:15 +0000)
src/s/sunos4-1.h
patch
|
blob
|
history
diff --git
a/src/s/sunos4-1.h
b/src/s/sunos4-1.h
index 241024249a8d40f1d1f8bbf02ec9e76e22ea88e8..7aa0946d3818583b711b8390f2b3e94ef25dfd89 100644
(file)
--- 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