[1454] in Kerberos_V5_Development
Re: Linux defines struct rpcent in /usr/include/netdb.h
daemon@ATHENA.MIT.EDU (Barry Jaspan)
Tue Jul 30 16:09:56 1996
Date: Tue, 30 Jul 96 16:09:51 -0400
From: "Barry Jaspan" <bjaspan@MIT.EDU>
To: hartmans@MIT.EDU
Cc: krbcore@MIT.EDU
In-Reply-To: <199607282224.SAA19187@tertius.mit.edu> (message from Sam Hartman
on Sun, 28 Jul 1996 18:24:52 -0400)
This creates a compile problem for gssrpc library applications
that include rpc/netdb.h, which also defines the structure.
We encountered this problem at OV, and it was equally annoying. I
believe the solution we used was similar to
* If _GSSRPC_PROVIDE_STRUCT_RPCENT_ is defined, then provide the
structure.
with the define set or not set by the architecture file (we didn't use
configure). Check Makefile.ov and config.mk/* for details.
Barry