1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-22 07:45:32 +00:00

strftime: remove support for long-obsolete SunOS locale files

These files were removed from Solaris long ago,
and are not present on any current platforms.
* Makefile, NEWS: Document this.
* private.h (LOCALE_HOME): Remove.
* strftime.c: Assume LOCALE_HOME is not defined.
Do not include sys/stat.h.
(localebuf, _loc) [LOCALE_HOME]: Remove.  All uses removed.
This commit is contained in:
Paul Eggert
2014-08-24 16:25:42 -07:00
parent 98dea66f9a
commit 0e1d8b9d99
4 changed files with 2 additions and 137 deletions

View File

@ -62,10 +62,6 @@
#define HAVE_UTMPX_H 0
#endif /* !defined HAVE_UTMPX_H */
#ifndef LOCALE_HOME
#define LOCALE_HOME "/usr/lib/locale"
#endif /* !defined LOCALE_HOME */
#if HAVE_INCOMPATIBLE_CTIME_R
#define asctime_r _incompatible_asctime_r
#define ctime_r _incompatible_ctime_r