* configure.in: Fix test for STRUCT_RPCENT_ALREADY_PROVIDED if
authorTom Yu <tlyu@mit.edu>
Thu, 1 Aug 1996 00:41:55 +0000 (00:41 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 1 Aug 1996 00:41:55 +0000 (00:41 +0000)
commit09803308e34229619278d96d49362ef85313baf5
tree6c0c0a00b49d2244121f748baff0f471b1b23aa0
parent0a967289c921e8180e45b07c8a246f9ba815feff
* configure.in: Fix test for STRUCT_RPCENT_ALREADY_PROVIDED if
there happens to be a /usr/include/rpc/netdb.h.  This
causes /usr/include/netdb.h to include netdb.h from our
tree rather from /usr/include/rpc, which of course results
in massive damage.  Basically, if /usr/include/netdb.h
contains rpcent declaration and /usr/include/rpc/netdb.h
exists, then assume that there is no struct rpcent in the
system include files.  It's really unfortunate that we
need to do this at all, but it's all we can do short of
renaming a bunch of include files or directories.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8885 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/rpc/configure.in