mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-12-08 11:05:01 +00:00
conditionalization work
SCCS-file: zic.c SCCS-SID: 7.47
This commit is contained in:
committed by
Paul Eggert
parent
d3d4e49354
commit
f5367fe005
15
zic.c
15
zic.c
@ -6,18 +6,9 @@ static char elsieid[] = "%W%";
|
|||||||
|
|
||||||
#include "private.h"
|
#include "private.h"
|
||||||
#include "tzfile.h"
|
#include "tzfile.h"
|
||||||
|
#ifdef unix
|
||||||
#include "sys/stat.h"
|
#include "sys/stat.h" /* for umask manifest constants */
|
||||||
#ifndef S_IWGRP
|
#endif /* defined unix */
|
||||||
#define S_IWGRP 00020
|
|
||||||
#endif /* !defined S_IWGRP */
|
|
||||||
#ifndef S_IWOTH
|
|
||||||
#define S_IWOTH 00002
|
|
||||||
#endif /* !defined S_IWOTH */
|
|
||||||
|
|
||||||
#ifndef F_OK
|
|
||||||
#define F_OK 0
|
|
||||||
#endif /* !defined F_OK */
|
|
||||||
|
|
||||||
struct rule {
|
struct rule {
|
||||||
const char * r_filename;
|
const char * r_filename;
|
||||||
|
|||||||
Reference in New Issue
Block a user