]> git.eshelyaron.com Git - emacs.git/commitdiff
automatically generated from GPLed version
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Nov 1997 23:05:21 +0000 (23:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Nov 1997 23:05:21 +0000 (23:05 +0000)
src/mktime.c
src/strftime.c

index f759c29bb9658e00d7995f4dde8fbf85e77379eb..a6e2756aebe6e51f78b777fae20a8cab184cf76e 100644 (file)
 # include <config.h>
 #endif
 
+/* Some hosts need this in order to declare localtime_r properly.  */
+#ifndef _REENTRANT
+# define _REENTRANT 1
+#endif
+
 #ifdef _LIBC
 # define HAVE_LIMITS_H 1
 # define HAVE_LOCALTIME_R 1
index b084851a451c29119d7b3b35100b57259de81fd7..90b21471904110766562bc44ff8717883c31bcc1 100644 (file)
 # include <config.h>
 #endif
 
+/* Some hosts need this in order to declare localtime_r properly.  */
+#ifndef _REENTRANT
+# define _REENTRANT 1
+#endif
+
 #ifdef _LIBC
 # define HAVE_LIMITS_H 1
 # define HAVE_MBLEN 1