From b4df15d1e119994ad1f3e73c1283414d2eb30a5f Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sun, 15 Oct 2000 00:17:36 +0000 Subject: - (bal) Add support for realpath and getcwd for platforms with broken or missing realpath implementations for sftp-server. - (bal) Corrected mistake in INSTALL in regards to GNU rx library --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 3bf61ec92..d212b90f7 100644 --- a/acconfig.h +++ b/acconfig.h @@ -55,6 +55,9 @@ /* Define if you lack native POSIX regex and you are using GNU rx library */ #undef HAVE_LIBRX +/* Define if you have a broken realpath. */ +#undef BROKEN_REALPATH + /* Define if you are on NeXT */ #undef HAVE_NEXT -- cgit v1.2.3