[1448] in Kerberos_V5_Development
Re: Linux defines struct rpcent in /usr/include/netdb.h
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Sun Jul 28 22:14:17 1996
To: Sam Hartman <hartmans@MIT.EDU>
Cc: krbcore@MIT.EDU
Date: Sun, 28 Jul 1996 22:14:10 EDT
From: Marc Horowitz <marc@MIT.EDU>
>> Assuming we want to install include files necessary for
>> libgssrpc, I'm not sure how to solve this problem other than to consider
>> something along the following lines:
>>
>> * Make nedb.h become netdb.hin, with a substitution that either
>> becomes
>> #define _GSSPRC_PROVIDE_STRUCT_RPCENT_
>> or a blank line.
there's already rpc/types.hin which is generated so that sized types
(yuck) come out right, and it gets installed. We could add a
configured #define there, and use that to conditionalize the
definition of struct rpcent in <rpc/netdb.h>.
Marc