summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-11-15 17:13:19 +1100
committerDarren Tucker <dtucker@dtucker.net>2019-11-15 17:13:19 +1100
commit9c6d0a3a1ed77989d8c5436d8c3cc6c7045c0197 (patch)
tree37d707799f11ebb0288c06ac137a5036ad3eafbc /configure.ac
parentc63fba5e3472307167850bbd84187186af7fa9f0 (diff)
Remove ultrix realpath hack.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0c2882b1a..99a88d6d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1207,7 +1207,6 @@ mips-sony-bsd|mips-sony-newsos4)
1207 # DISABLE_FD_PASSING so that we call setpgrp as root, otherwise we 1207 # DISABLE_FD_PASSING so that we call setpgrp as root, otherwise we
1208 # don't get a controlling tty. 1208 # don't get a controlling tty.
1209 AC_DEFINE([DISABLE_FD_PASSING], [1], [Need to call setpgrp as root]) 1209 AC_DEFINE([DISABLE_FD_PASSING], [1], [Need to call setpgrp as root])
1210 AC_DEFINE([realpath(x, y)], [(sftp_realpath((x),(y)))], [no realpath])
1211 # On Ultrix netinet/ip.h is not protected against multiple includes, 1210 # On Ultrix netinet/ip.h is not protected against multiple includes,
1212 # so we create our own wrapper and put it where the compiler will 1211 # so we create our own wrapper and put it where the compiler will
1213 # find it. 1212 # find it.