diff options
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 | ||