36#if defined(_MHD_ITC_PIPE)
37#if ! defined(_WIN32) || defined(__CYGWIN__)
39#ifndef HAVE_PIPE2_FUNC
47MHD_itc_nonblocking_ (
struct MHD_itc_ itc)
55 flags = fcntl (itc.fd[i],
60 if ( ((flags | O_NONBLOCK) != flags) &&
61 (0 != fcntl (itc.fd[i],
63 flags | O_NONBLOCK)) )
MHD internal shared structures.
Header for platform-independent inter-thread communication.