/**************************************************************** * * * Copyright 2001, 2007 Fidelity Information Services, Inc * * * * This source code contains the intellectual property * * of its copyright holder(s), and is made available * * under a license. If you do not know the terms of * * the license, please stop and do not read further. * * * ****************************************************************/ /* iotcp_select.h - include Unix system header files needed by select(). */ #if defined(_AIX) || defined(__CYGWIN__) || defined(_UWIN) #include #elif defined(__hpux) #include #elif defined(__osf__) #include #include #elif defined(__sparc) || defined(__MVS__) #include #elif defined(__linux__) #include #include #include #else #error UNSUPPORTED PLATFORM #endif