28#if defined(_WIN32) && ! defined(__CYGWIN__)
41#if defined(_WIN32) && ! defined(__CYGWIN__)
89# if __has_builtin (__builtin_mul_overflow)
90# define MHD_HAVE_NUL_OVERFLOW 1
92#elif __GNUC__ + 0 >= 5
93# define MHD_HAVE_NUL_OVERFLOW 1
102#ifdef MHD_HAVE_NUL_OVERFLOW
void * MHD_calloc_(size_t nelem, size_t elsize)
Header for platform missing functions.