From 9c6d0a3a1ed77989d8c5436d8c3cc6c7045c0197 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 15 Nov 2019 17:13:19 +1100 Subject: Remove ultrix realpath hack. --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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) # 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. -- cgit v1.2.3