aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-24 22:15:44 +0000
committerRichard M. Stallman1994-09-24 22:15:44 +0000
commita2f13c2af13a806953d4ef52664159b0a9f2725e (patch)
tree5aa886459f6d3daf5887075d79482c2ae058ce7b /src
parenta23e3ce79f73d809eb4d0a11d07685d5d6d2f503 (diff)
downloademacs-a2f13c2af13a806953d4ef52664159b0a9f2725e.tar.gz
emacs-a2f13c2af13a806953d4ef52664159b0a9f2725e.zip
(USE_DL_STUBS): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/s/sunos4-1.h3
1 files changed, 3 insertions, 0 deletions
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 @@
39/* Tell GNU malloc to compensate for a bug in localtime. */ 39/* Tell GNU malloc to compensate for a bug in localtime. */
40#define SUNOS_LOCALTIME_BUG 40#define SUNOS_LOCALTIME_BUG
41#endif 41#endif
42
43/* Define dlopen, dlclose, dlsym. */
44#define USE_DL_STUBS