comparison src/vim.h @ 557:862863033fdd v7.0158

updated for version 7.0158
author vimboss
date Wed, 23 Nov 2005 21:25:05 +0000
parents b13dbb7b797c
children c85bf6a4999b
comparison
equal deleted inserted replaced
556:f9eaf0a9872d 557:862863033fdd
1272 # define O_EXTRA O_BINARY 1272 # define O_EXTRA O_BINARY
1273 #else 1273 #else
1274 # define O_EXTRA 0 1274 # define O_EXTRA 0
1275 #endif 1275 #endif
1276 1276
1277 #ifndef O_NOFOLLOW
1278 # define O_NOFOLLOW 0
1279 #endif
1280
1277 #ifndef W_OK 1281 #ifndef W_OK
1278 # define W_OK 2 /* for systems that don't have W_OK in unistd.h */ 1282 # define W_OK 2 /* for systems that don't have W_OK in unistd.h */
1279 #endif 1283 #endif
1280 #ifndef R_OK 1284 #ifndef R_OK
1281 # define R_OK 4 /* for systems that don't have R_OK in unistd.h */ 1285 # define R_OK 4 /* for systems that don't have R_OK in unistd.h */