This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: is there a sendmail ?


Nicholas,

On Fri, Jul 19, 2002 at 10:44:59AM -0700, Nicholas Wourms wrote:
> --- Jason Tishler <jason@tishler.net> wrote:
> > The hard part is adding mkfifo() to Cygwin.  Without it, qmail,
> > postfix, and possibly sendmail (I haven't grep-ed the code) won't
> > work.
> 
> The last time I checked, mkfifo is in cygwin.din.  Or is that just a
> stub?

It's just a stub:

    extern "C" int
    mkfifo (const char *_path, mode_t mode)
    {
      set_errno (ENOSYS);
      return -1;
    }

> P.S. - Bind9 is turning out to be more of a challenge.  It seems like
> there are some missing socket stuff.  I asked Conrad about it and he
> said he'd look into it.

Cool!  May the porting go easy...

Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]