This is include.h in view mode; [Download] [Up]
/* @(#)src/directors/include.h 1.2 24 Oct 1990 05:22:32 */ /* * Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll * * See the file COPYING, distributed with smail, for restriction * and warranty information. */ /* * include.h: * interface file for aliasinclude and forwardinclude drivers. */ /* * the private structures and boolean attributes are the same for * both of these drivers. */ /* boolean attribute flags for director.flags field */ #define COPY_SECURE 0x00010000 /* security flags from parent */ #define COPY_OWNERS 0x00020000 /* ownership restricts. from parent */ #define INC_CHECK_PATH 0x00040000 /* check path accessibility */ /* optional private information from director file entry */ struct include_private { int modemask; /* unsecure permissions ala umask(2) */ char *owners; /* ownership restrictions */ char *owngroups; /* group ownership restrictions */ char *matchdirector; /* director to match against */ int retries; /* retries on opens */ int interval; /* interval between retries */ };
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.