diff options
| author | Ulrich Drepper | 1997-11-18 23:05:21 +0000 |
|---|---|---|
| committer | Ulrich Drepper | 1997-11-18 23:05:21 +0000 |
| commit | 6beba8e0b2f1a3100f5c2bdfc4912401f542fc02 (patch) | |
| tree | fc86140f592952a691654860cd0ba1caa6cca2e2 /src/strftime.c | |
| parent | 9cf081fa5cbfae43320c1e2fdfa9f4c6b13dfe59 (diff) | |
| download | emacs-6beba8e0b2f1a3100f5c2bdfc4912401f542fc02.tar.gz emacs-6beba8e0b2f1a3100f5c2bdfc4912401f542fc02.zip | |
automatically generated from GPLed version
Diffstat (limited to 'src/strftime.c')
| -rw-r--r-- | src/strftime.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/strftime.c b/src/strftime.c index b084851a451..90b21471904 100644 --- a/src/strftime.c +++ b/src/strftime.c | |||
| @@ -22,6 +22,11 @@ | |||
| 22 | # include <config.h> | 22 | # include <config.h> |
| 23 | #endif | 23 | #endif |
| 24 | 24 | ||
| 25 | /* Some hosts need this in order to declare localtime_r properly. */ | ||
| 26 | #ifndef _REENTRANT | ||
| 27 | # define _REENTRANT 1 | ||
| 28 | #endif | ||
| 29 | |||
| 25 | #ifdef _LIBC | 30 | #ifdef _LIBC |
| 26 | # define HAVE_LIMITS_H 1 | 31 | # define HAVE_LIMITS_H 1 |
| 27 | # define HAVE_MBLEN 1 | 32 | # define HAVE_MBLEN 1 |