Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: AIX patch



On Wed, 20 Jun 2001, Bart Schaefer wrote:

>
> That raises the question of what SOCKLEN_T gets defined to be when NONE
> of the types that are attempted work.  (It also raises the question of
> whether we should be testing for HAVE_SOCKLEN_T and providing our own
> typedef if not, rather than defining a SOCKLEN_T macro.)  I think the
> right way to default to `int' is to fall back on it when the test fails
> entirely.
>

It does default to int currently. As for typedef - how are other types
handled currently (e.g. 64-bit integer)?

-andrej



Messages sorted by: Reverse Date, Date, Thread, Author