|
Last change
on this file since 2137 was 2036, checked in by bird, 20 years ago |
|
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
558 bytes
|
| Line | |
|---|
| 1 | #ifndef ISO
|
|---|
| 2 | constant C_IRUSR 0000400
|
|---|
| 3 | constant C_IWUSR 0000200
|
|---|
| 4 | constant C_IXUSR 0000100
|
|---|
| 5 | constant C_IRGRP 0000040
|
|---|
| 6 | constant C_IWGRP 0000020
|
|---|
| 7 | constant C_IXGRP 0000010
|
|---|
| 8 | constant C_IROTH 0000004
|
|---|
| 9 | constant C_IWOTH 0000002
|
|---|
| 10 | constant C_IXOTH 0000001
|
|---|
| 11 | constant C_ISUID 0004000
|
|---|
| 12 | constant C_ISGID 0002000
|
|---|
| 13 | constant C_ISVTX 0001000
|
|---|
| 14 | constant C_ISDIR 0040000
|
|---|
| 15 | constant C_ISFIFO 0010000
|
|---|
| 16 | constant C_ISREG 0100000
|
|---|
| 17 | constant C_ISBLK 0060000
|
|---|
| 18 | constant C_ISCHR 0020000
|
|---|
| 19 | constant C_ISCTG 0110000
|
|---|
| 20 | constant C_ISLNK 0120000
|
|---|
| 21 | constant C_ISSOCK 0140000
|
|---|
| 22 |
|
|---|
| 23 | macro-str MAGIC "070707"
|
|---|
| 24 |
|
|---|
| 25 | allow *_t
|
|---|
| 26 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.