]> andersk Git - openssh.git/blame - openbsd-compat/realpath.h
- (djm) Update config.guess and config.sub with latest versions (from
[openssh.git] / openbsd-compat / realpath.h
CommitLineData
0b202697 1/* $Id$ */
2
443172c4 3#ifndef _BSD_REALPATH_H
4#define _BSD_REALPATH_H
5
6#include "config.h"
7
8#if !defined(HAVE_REALPATH) || defined(BROKEN_REALPATH)
9
10char *realpath(const char *path, char *resolved);
11
12#endif /* !defined(HAVE_REALPATH) || defined(BROKEN_REALPATH) */
13#endif /* _BSD_REALPATH_H */
This page took 0.132926 seconds and 5 git commands to generate.