Remove ultrix realpath hack.
This commit is contained in:
parent
c63fba5e34
commit
9c6d0a3a1e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue