mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +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
89d9315270
commit
4998f8063a
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>
|
2014-12-23 Riccardo Mottola <rm@gnu.org>
|
||||||
|
|
||||||
* Source/GSSocketStream.m
|
* Source/GSSocketStream.m
|
||||||
|
|
|
@ -112,7 +112,6 @@
|
||||||
#ifdef HAVE_TZHEAD
|
#ifdef HAVE_TZHEAD
|
||||||
#include <tzfile.h>
|
#include <tzfile.h>
|
||||||
#else
|
#else
|
||||||
#define NOID
|
|
||||||
#include "nstzfile.h"
|
#include "nstzfile.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -15,24 +15,10 @@
|
||||||
** Thank you!
|
** 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.
|
** Information about time zone files.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef TZDIR
|
|
||||||
#define TZDIR "/usr/local/etc/zoneinfo" /* Time zone object file directory */
|
|
||||||
#endif /* !defined TZDIR */
|
|
||||||
|
|
||||||
#ifndef TZDEFAULT
|
#ifndef TZDEFAULT
|
||||||
#define TZDEFAULT "localtime"
|
#define TZDEFAULT "localtime"
|
||||||
#endif /* !defined TZDEFAULT */
|
#endif /* !defined TZDEFAULT */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue