aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python/src/Include/pyconfig.cygwin.h
blob: 0b0e440360a23c65204f7ab3357cb524561304e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#pragma once

#include "pyconfig.linux.h"

#undef HAVE_LINUX_NETLINK_H
#undef HAVE_LINUX_TIPC_H
#undef HAVE_NETPACKET_PACKET_H
#undef HAVE_SYS_EPOLL_H
#undef HAVE_EPOLL
#undef HAVE_LIBINTL_H
#undef HAVE_GETRESGID
#undef HAVE_SETRESGID
#undef HAVE_GETRESUID
#undef HAVE_SETRESUID
#undef HAVE_GETLOADAVG
#undef HAVE_TMPNAM_R
#undef HAVE_MREMAP

#if defined(_64_)
#undef SIZEOF_FPOS_T
#define SIZEOF_FPOS_T 8

#undef SIZEOF_WCHAR_T
#define SIZEOF_WCHAR_T 2
#endif

#undef VA_LIST_IS_ARRAY