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:
rfm 2014-12-23 14:36:02 +00:00
parent 89d9315270
commit 4998f8063a
3 changed files with 6 additions and 15 deletions

View file

@ -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

View file

@ -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

View file

@ -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 */