comparison src/sysfile.h @ 448:3078fd1074e8 r21-2-39

Import from CVS: tag r21-2-39
author cvs
date Mon, 13 Aug 2007 11:38:25 +0200
parents abe6d1db359e
children 0784d089fdc9
comparison
equal deleted inserted replaced
447:4fc5f13f3bd3 448:3078fd1074e8
168 168
169 /* if system does not have symbolic links, it does not have lstat. 169 /* if system does not have symbolic links, it does not have lstat.
170 In that case, use ordinary stat instead. */ 170 In that case, use ordinary stat instead. */
171 171
172 #ifndef S_IFLNK 172 #ifndef S_IFLNK
173 #define lstat stat 173 #define lstat xemacs_stat
174 #endif 174 #endif
175 175
176 #if !S_IRUSR 176 #if !S_IRUSR
177 # if S_IREAD 177 # if S_IREAD
178 # define S_IRUSR S_IREAD 178 # define S_IRUSR S_IREAD