Blame profiles/osapi/linux.h

cfa9c8
#ifndef PY_OSAPI_LINUX_H
cfa9c8
#define PY_OSAPI_LINUX_H
cfa9c8
cfa9c8
/* sys headers */
cfa9c8
#define HAVE_SYS_EPOLL_H                1
cfa9c8
e0cd9e
/* interfaces */
e0cd9e
#define HAVE_EPOLL                      1
e0cd9e
cfa9c8
/* os-specific headers */
cfa9c8
#define HAVE_ASM_TYPES_H                1
cfa9c8
#define HAVE_ALLOCA_H                   1
cfa9c8
#define HAVE_DIRENT_H                   1
cfa9c8
#define HAVE_LINUX_NETLINK_H            1
cfa9c8
#define HAVE_LINUX_TIPC_H               1
cfa9c8
#define HAVE_NETPACKET_PACKET_H         1
cfa9c8
cfa9c8
/* os characteristics */
cfa9c8
#define RETSIGTYPE                      void
cfa9c8
#define SHLIB_EXT                       ".so"
cfa9c8
cfa9c8
/* framework characteristics */
cfa9c8
#define SYS_SELECT_WITH_SYS_TIME        1
cfa9c8
#define TANH_PRESERVES_ZERO_SIGN        1
cfa9c8
#define TIME_WITH_SYS_TIME              1
cfa9c8
cfa9c8
#endif