tor 2012-03-15 klockan 22:18 +0100 skrev Jose-Marcio Martins da Cruz:

> +#if !defined(AF_LOCAL)
> +#define AF_LOCAL AF_UNIX
> +#endif

AF_UNIX is the official name. Why are we using AF_LOCAL?

> It seems that it doesn't know the function strsep, which doesn't exists under 
> solaris.

strsep is a BSD extension.

but we do ship a replacement in lib/ if no implementation is detected,
and configure is supposed to automatically enable this when needed. What
do config.log say (search for strsep)?

Regards
Henrik


Reply via email to