mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
automatically generated from GPLed version
This commit is contained in:
parent
9cf081fa5c
commit
6beba8e0b2
2 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue