comparison src/sysdep.h @ 284:558f606b08ae r21-0b40

Import from CVS: tag r21-0b40
author cvs
date Mon, 13 Aug 2007 10:34:13 +0200
parents 7df0dd720c89
children e11d67e05968
comparison
equal deleted inserted replaced
283:fa3d41851a08 284:558f606b08ae
170 170
171 #ifndef HAVE_H_ERRNO 171 #ifndef HAVE_H_ERRNO
172 extern int h_errno; 172 extern int h_errno;
173 #endif 173 #endif
174 174
175 #ifdef HAVE_REALPATH
176 #define xrealpath realpath
177 #endif
178
175 #endif /* _XEMACS_SYSDEP_H_ */ 179 #endif /* _XEMACS_SYSDEP_H_ */