comparison src/sysfile.h @ 438:84b14dcb0985 r21-2-27

Import from CVS: tag r21-2-27
author cvs
date Mon, 13 Aug 2007 11:32:25 +0200
parents 3a7e78e1142d
children 8de8e3f6228a
comparison
equal deleted inserted replaced
437:e2a4e8b94b82 438:84b14dcb0985
201 #endif 201 #endif
202 #if !defined(S_ISNWK) && defined(S_IFNWK) /* HP/UX */ 202 #if !defined(S_ISNWK) && defined(S_IFNWK) /* HP/UX */
203 #define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK) 203 #define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK)
204 #endif 204 #endif
205 205
206 #if !defined (USG) && !defined (WINDOWSNT)
207 # define HAVE_FSYNC
208 #endif
209
210 #ifndef MAXPATHLEN 206 #ifndef MAXPATHLEN
211 /* in 4.1, param.h fails to define this. */ 207 /* in 4.1, param.h fails to define this. */
212 #define MAXPATHLEN 1024 208 #define MAXPATHLEN 1024
213 #endif /* not MAXPATHLEN */ 209 #endif /* not MAXPATHLEN */
214 210