> Kaveh wrote:
> > Another approach would be to do this:
> > 
> > if $host == $target && $build == $target
> >   Use autoconf to set GETGROUPS_T
> > else
> >   GETGROUPS_T = gid_t
> > fi
> 
> Good call.  I like this solution.  It will be
> necessary to use __GETGROUPS_T, however, because
> GETGROUPS_T is in the user name space.  "configure"
> can get away with it because it is acting on behalf of
> the user, whereas we are inserting stuff into system
> headers.  The reason I am dragging the autoconf folks
> into the discussion is because it might be convenient

I hope it is not necessary for GETGROUPS_T to appear
in the user name space.  Presumably, we can find
a simple way to process macros in sys-protos.h.

Dave
-- 
J. David Anglin                                  [EMAIL PROTECTED]
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

Reply via email to