[Bug 3166] How to undefine HAVE_RPC_TYPES_H during "./configure"

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Nov 30 13:20:09 AEDT 2020


https://bugzilla.mindrot.org/show_bug.cgi?id=3166

--- Comment #2 from Darren Tucker <dtucker at dtucker.net> ---
rpc/types.h was added in this commit:

commit 7577fd83c16ef3415b61ca1bea1b14e1ab8e4228
Author: Ben Lindstrom <mouring at eviladmin.org>
Date:   Fri Mar 8 03:11:07 2002 +0000

     - (bal) Add in check for rpc/types.h since it is needed on
       some platforms for INADDR_LOOPBACK.  We should retest
       SCO 3 to see if this fixes their problem also.

Assuming that's still all it's needed for, there would be a couple of
options: only including it if INADDR_LOOPBACK is not defined, or
defining INADDR_LOOPBACK ourselves.

I'm still not sure what problem we're trying to solve, though.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list