home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / snpd9707.zip / UNISTD.H < prev    next >
C/C++ Source or Header  |  1997-07-05  |  456b  |  19 lines

  1. .I 0 1
  2. /* +++Date last modified: 05-Jul-1997 */
  3. .D 1 1
  4. .I 9 2
  5. #ifndef __UNISTD_H      /* Use same macro as Symantec to avoid collision */
  6. #define __UNISTD_H
  7. .D 10 2
  8. .I 18 7
  9. #ifndef F_OK
  10.  #define F_OK    0      /* File exists          */
  11.  #define X_OK    1      /* File is executable   */
  12.  #define W_OK    2      /* File is writable     */
  13.  #define R_OK    4      /* File is readable     */
  14. #endif
  15.  
  16. .I 31 1
  17. #endif /* __UNISTD_H */
  18. .D 32 1
  19.