]> andersk Git - openssh.git/blob - openbsd-compat/realpath.h
- (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
[openssh.git] / openbsd-compat / realpath.h
1 #ifndef _BSD_REALPATH_H
2 #define _BSD_REALPATH_H
3
4 #include "config.h"
5
6 #if !defined(HAVE_REALPATH) || defined(BROKEN_REALPATH)
7
8 char *realpath(const char *path, char *resolved);
9
10 #endif /* !defined(HAVE_REALPATH) || defined(BROKEN_REALPATH) */
11 #endif /* _BSD_REALPATH_H */
This page took 0.037132 seconds and 5 git commands to generate.