1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00

automatically generated from GPLed version

This commit is contained in:
Ulrich Drepper 1997-11-18 23:05:21 +00:00
parent 9cf081fa5c
commit 6beba8e0b2
2 changed files with 10 additions and 0 deletions

View File

@ -27,6 +27,11 @@
# 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

View File

@ -22,6 +22,11 @@
# 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