#ifdef HAVE_SYS_UIO_H #include_next #endif #ifndef UIO_MAXIOV #include #ifdef IOV_MAX #define UIO_MAXIOV IOV_MAX #endif #endif