|
|
1.1 ! root 1: /* (-lgl ! 2: * COHERENT Version 3.0 ! 3: * Copyright (c) 1982, 1990 by Mark Williams Company. ! 4: * All rights reserved. May not be copied without permission. ! 5: -lgl) */ ! 6: /* ! 7: * Modes for the access ! 8: * system call. ! 9: */ ! 10: ! 11: #ifndef __ACCESS_H__ ! 12: #define __ACCESS_H__ ! 13: ! 14: #define AREAD 04 /* Test for read */ ! 15: #define AWRITE 02 /* Test for write */ ! 16: #define AEXEC 01 /* Test for execute */ ! 17: #define AEXISTS 00 /* Test for existence */ ! 18: #define AAPPND AWRITE /* Test for append */ ! 19: ! 20: /* Dummy directory modes */ ! 21: #define ALIST AREAD /* List directory */ ! 22: #define ADEL AWRITE /* Delete directory entry */ ! 23: #define ASRCH AEXEC /* Search directory */ ! 24: #define ACREAT AAPPND /* Create directory entry */ ! 25: ! 26: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.