diff options
| author | Richard M. Stallman | 1993-07-21 22:23:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-21 22:23:24 +0000 |
| commit | 011f432b1a0056498edd918df039ba1b2ea156a6 (patch) | |
| tree | 49b764744e2ee7c4b0ce42f74cd8972e3c201dac /src | |
| parent | 8e0ed2de52c3fb63591ebda076c4a7407fe5fa84 (diff) | |
| download | emacs-011f432b1a0056498edd918df039ba1b2ea156a6.tar.gz emacs-011f432b1a0056498edd918df039ba1b2ea156a6.zip | |
(SUNOS_LOCALTIME_BUG): 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 9b16bfa2932..6df54dbad62 100644 --- a/src/s/sunos4-1.h +++ b/src/s/sunos4-1.h | |||
| @@ -20,3 +20,6 @@ | |||
| 20 | with this, you may need to link with the resolver library; to do | 20 | with this, you may need to link with the resolver library; to do |
| 21 | that, copy the following definition to config.h. */ | 21 | that, copy the following definition to config.h. */ |
| 22 | /* #define LIBS_SYSTEM -lresolv */ | 22 | /* #define LIBS_SYSTEM -lresolv */ |
| 23 | |||
| 24 | /* Tell GNU malloc to compensate for a bug in localtime. */ | ||
| 25 | #define SUNOS_LOCALTIME_BUG | ||