diff options
| author | Richard M. Stallman | 1994-09-24 22:15:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-24 22:15:44 +0000 |
| commit | a2f13c2af13a806953d4ef52664159b0a9f2725e (patch) | |
| tree | 5aa886459f6d3daf5887075d79482c2ae058ce7b /src | |
| parent | a23e3ce79f73d809eb4d0a11d07685d5d6d2f503 (diff) | |
| download | emacs-a2f13c2af13a806953d4ef52664159b0a9f2725e.tar.gz emacs-a2f13c2af13a806953d4ef52664159b0a9f2725e.zip | |
(USE_DL_STUBS): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos4-1.h | 3 |
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 | ||