#ifndef __DARWIN_API_SUPPORT_H__ #define __DARWIN_API_SUPPORT_H__ #ifndef __LNET_API_SUPPORT_H__ #error Do not #include this file directly. #include instead #endif #ifndef __KERNEL__ # include # include # include # include /* Lots of POSIX dependencies to support PtlEQWait_timeout */ # include # include # include # ifdef HAVE_LIBREADLINE # include typedef VFunction rl_vintfunc_t; typedef VFunction rl_voidfunc_t; # endif #endif #endif