comparison src/sysdep.h @ 288:e11d67e05968 r21-0b42

Import from CVS: tag r21-0b42
author cvs
date Mon, 13 Aug 2007 10:35:54 +0200
parents 558f606b08ae
children 4711e16a8e49
comparison
equal deleted inserted replaced
287:13a0bd77a29d 288:e11d67e05968
172 extern int h_errno; 172 extern int h_errno;
173 #endif 173 #endif
174 174
175 #ifdef HAVE_REALPATH 175 #ifdef HAVE_REALPATH
176 #define xrealpath realpath 176 #define xrealpath realpath
177 #else
178 char *xrealpath(CONST char *path, char resolved_path []);
177 #endif 179 #endif
178 180
179 #endif /* _XEMACS_SYSDEP_H_ */ 181 #endif /* _XEMACS_SYSDEP_H_ */