home *** CD-ROM | disk | FTP | other *** search
- /*
- Listing 24.2 Manifest Constants for network use
- Author: Joe Booth
- Excerpted from "Clipper 5: A Developer's Guide"
- Copyright (c) 1991 M&T Books
- 501 Galveston Drive
- Redwood City, CA 94063-4728
- (415) 366-3600
- */
-
-
- #define FS_DENY_ALL 16
- #define FS_DENY_WRITE 32
- #define FS_DENY_READ 48
- #define FS_ALLOW_ALL 64
-
- // end of file CHP2402.PRG
-