summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-10-15 00:17:36 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-10-15 00:17:36 +0000
commitb4df15d1e119994ad1f3e73c1283414d2eb30a5f (patch)
tree6d1c4e98fd54fb3a4c22210508dbfbf89acb883e /acconfig.h
parentca1c2a0bac6e3ceab5c232ab800a1085db346144 (diff)
- (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
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 3bf61ec92..d212b90f7 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -55,6 +55,9 @@
55/* Define if you lack native POSIX regex and you are using GNU rx library */ 55/* Define if you lack native POSIX regex and you are using GNU rx library */
56#undef HAVE_LIBRX 56#undef HAVE_LIBRX
57 57
58/* Define if you have a broken realpath. */
59#undef BROKEN_REALPATH
60
58/* Define if you are on NeXT */ 61/* Define if you are on NeXT */
59#undef HAVE_NEXT 62#undef HAVE_NEXT
60 63