summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/config.h')
-rw-r--r--crypto/openssh/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h
index 68c5fc1..f8f9444 100644
--- a/crypto/openssh/config.h
+++ b/crypto/openssh/config.h
@@ -52,8 +52,8 @@
against it */
/* #undef BROKEN_READ_COMPARISON */
-/* Define if you have a broken realpath. */
-/* #undef BROKEN_REALPATH */
+/* realpath does not work with nonexistent files */
+#define BROKEN_REALPATH 1
/* Needed for NeXT */
/* #undef BROKEN_SAVED_UIDS */
OpenPOWER on IntegriCloud