1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-07 14:41:53 +00:00

conditionalization work

SCCS-file: zic.c
SCCS-SID: 7.47
This commit is contained in:
Arthur David Olson
1995-01-06 18:01:46 -05:00
committed by Paul Eggert
parent d3d4e49354
commit f5367fe005

15
zic.c
View File

@ -6,18 +6,9 @@ static char elsieid[] = "%W%";
#include "private.h"
#include "tzfile.h"
#include "sys/stat.h"
#ifndef S_IWGRP
#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 */
#ifdef unix
#include "sys/stat.h" /* for umask manifest constants */
#endif /* defined unix */
struct rule {
const char * r_filename;