mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
imor fixup for systems without nstzfile.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38258 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6485366084
commit
01e9c92d9e
3 changed files with 6 additions and 15 deletions
|
@ -1,3 +1,9 @@
|
|||
2014-12-23 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSTimeZone.m:
|
||||
* Source/nstzfile.h:
|
||||
Remove unused include of (possibly) non existent file.
|
||||
|
||||
2014-12-23 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Source/GSSocketStream.m
|
||||
|
|
|
@ -112,7 +112,6 @@
|
|||
#ifdef HAVE_TZHEAD
|
||||
#include <tzfile.h>
|
||||
#else
|
||||
#define NOID
|
||||
#include "nstzfile.h"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -15,24 +15,10 @@
|
|||
** Thank you!
|
||||
*/
|
||||
|
||||
/*
|
||||
** ID
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
#ifndef NOID
|
||||
static char tzfilehid[] = "@(#)tzfile.h 7.14";
|
||||
#endif /* !defined NOID */
|
||||
#endif /* !defined lint */
|
||||
|
||||
/*
|
||||
** Information about time zone files.
|
||||
*/
|
||||
|
||||
#ifndef TZDIR
|
||||
#define TZDIR "/usr/local/etc/zoneinfo" /* Time zone object file directory */
|
||||
#endif /* !defined TZDIR */
|
||||
|
||||
#ifndef TZDEFAULT
|
||||
#define TZDEFAULT "localtime"
|
||||
#endif /* !defined TZDEFAULT */
|
||||
|
|
Loading…
Reference in a new issue