starttls: windows binary?

Simon Josefsson jas at extundo.com
Sun Jun 23 07:51:45 JST 2002


John Owens <jowens at graphics.stanford.edu> writes:

> Simon Josefsson writes:
>     Starttls can be built to use poll() instead of select(), I believe.
>     Does it work under Windows?
>
> I don't know. I haven't successfully built it, but I hope I could make
> it work.
>
> Does poll() have the same semantics as select()? Is that a gcc-ism or
> a Visual-C++-ism?

poll() is not compatible with select(), but achieves roughly the same
thing.  It is a System V-ism.  Try compiling it with -DHAVE_POLL=1.





More information about the Emacs-mime-en mailing list