root/trunk/nt/inc/sys/file.h

Revision 3679, 257 bytes (checked in by miyoshi, 4 years ago)

* inc/arpa/inet.h: Sync up with Emacs CVS.

* inc/netdb.h: Ditto.

* inc/netinet/in.h: Ditto.

* inc/sys/dir.h: Ditto.

* inc/sys/file.h: Ditto.

* inc/sys/ioctl.h: Ditto.

* inc/sys/param.h: Ditto.

* inc/sys/socket.h: Ditto.

* inc/sys/time.h: Ditto.

* inc/unistd.h: Ditto.

  • Property svn:eol-style set to native
Line 
1 /*
2  * sys\file.h doesn't exist on NT - only needed for these constants
3  */
4
5 #ifndef D_OK
6 #define F_OK 0
7 #define X_OK 1
8 #define W_OK 2
9 #define R_OK 4
10 #define D_OK 8
11 #endif
12
13 /* arch-tag: 7df3e73e-56bc-4ad9-b699-33149ea47959
14    (do not change this comment) */
Note: See TracBrowser for help on using the browser.