Remove ultrix realpath hack.

This commit is contained in:
Darren Tucker 2019-11-15 17:13:19 +11:00
parent c63fba5e34
commit 9c6d0a3a1e
1 changed files with 0 additions and 1 deletions

View File

@ -1207,7 +1207,6 @@ mips-sony-bsd|mips-sony-newsos4)
# DISABLE_FD_PASSING so that we call setpgrp as root, otherwise we
# don't get a controlling tty.
AC_DEFINE([DISABLE_FD_PASSING], [1], [Need to call setpgrp as root])
AC_DEFINE([realpath(x, y)], [(sftp_realpath((x),(y)))], [no realpath])
# On Ultrix netinet/ip.h is not protected against multiple includes,
# so we create our own wrapper and put it where the compiler will
# find it.