Blame profiles/osapi/linux.h

163f76
#ifndef PY_OSAPI_LINUX_H
163f76
#define PY_OSAPI_LINUX_H
163f76
163f76
/* sys headers */
163f76
#define HAVE_SYS_EPOLL_H                1
163f76
163f76
/* interfaces */
163f76
#define HAVE_EPOLL                      1
163f76
163f76
/* os-specific headers */
163f76
#define HAVE_ASM_TYPES_H                1
163f76
#define HAVE_ALLOCA_H                   1
163f76
#define HAVE_DIRENT_H                   1
163f76
#define HAVE_LINUX_NETLINK_H            1
163f76
#define HAVE_LINUX_TIPC_H               1
163f76
#define HAVE_NETPACKET_PACKET_H         1
163f76
163f76
/* os characteristics */
163f76
#define RETSIGTYPE                      void
163f76
#define SHLIB_EXT                       ".so"
163f76
163f76
/* framework characteristics */
163f76
#define SYS_SELECT_WITH_SYS_TIME        1
163f76
#define TANH_PRESERVES_ZERO_SIGN        1
163f76
#define TIME_WITH_SYS_TIME              1
163f76
163f76
/* compiler, toolchain, and abi */
163f76
#define VA_LIST_IS_ARRAY                1
163f76
163f76
#endif