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:
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 "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;
|
||||
|
||||
Reference in New Issue
Block a user