/* Test that the SI_ASYNCIO macro is defined. */ #include #ifndef SI_ASYNCIO #error SI_ASYNCIO not defined #endif